API Network Recorder 제작자: Fernando
Capture authorized API requests and responses for debugging, documentation, and API analysis.
확장 메타 데이터
스크린샷
정보
API Network Recorder is a developer tool for capturing, inspecting, filtering, and exporting API/network traffic directly from Firefox.
Use it to debug API integrations, inspect request and response data, document observed endpoints, and generate exportable API references from real browser traffic.
Features:
Firefox uses silent network capture through webRequest. Response bodies may be unavailable when the browser does not expose them through standard extension APIs.
Captured data is stored locally in the browser and is not uploaded to an external server by this extension.
Use it to debug API integrations, inspect request and response data, document observed endpoints, and generate exportable API references from real browser traffic.
Features:
- Capture API-like network requests from web pages.
- Inspect request URLs, HTTP methods, status codes, request headers, request bodies, response headers, and response metadata.
- Filter captured records by search text, HTTP method, status group, source, host, and API-only mode.
- Group captured traffic by endpoint.
- Export captured records as JSON.
- Export grouped endpoints as Markdown documentation.
- Export an OpenAPI draft based on observed traffic.
- Pause and continue live updates in the inspector.
- Store captured records locally in the browser.
Firefox uses silent network capture through webRequest. Response bodies may be unavailable when the browser does not expose them through standard extension APIs.
Captured data is stored locally in the browser and is not uploaded to an external server by this extension.
0명이 0점으로 평가함
권한 및 데이터
필수 권한:
- 브라우저 탭에 접근
- 모든 웹사이트에서 사용자의 데이터에 접근
선택적 권한:
- 모든 웹사이트에서 사용자의 데이터에 접근
개발자가 밝힌 필수 수집 항목:
- 탐색 활동
- 웹 사이트 콘텐츠
추가 정보
- 부가 기능 링크
- 버전
- 0.1.6
- 크기
- 92.05 KB
- 마지막 업데이트
- 하루 전 (2026년 5월 22일)
- 관련 카테고리
- 라이선스
- All Rights Reserved
- 개인정보처리방침
- 이 부가 기능에 대한 개인정보처리방침 읽기
- 버전 목록
- 모음집에 추가
The extension captures request and response metadata from the active browsing session and lets users review endpoints, headers, request bodies, response data, status codes, timing, and source information. Users can export captured data as JSON, Markdown, or an OpenAPI draft.
The extension does not upload captured traffic to any external server. Captured data is processed locally in the browser and exported only when the user manually chooses to do so.
This add-on is intended for debugging API integrations, documenting endpoints, reviewing request/response payloads, and troubleshooting web applications.