Network+
DevTools for network recording, editing and resending.
Network+란 무엇입니까?
Network+은(는) https://clear.studio에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "DevTools for network recording, editing and resending."입니다.
확장 프로그램 스크린샷
Network+ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
1. Open the DevTools panel and find the tab with "Network+". 2. Make some HTTP request. 3. See the log of request and response. 4. Modify some fields like "Request Method", "URL" or "Request Payload"... 5. Click the "Send" button and notice the log.
확장 프로그램 기본 정보
이름 | Network+ |
ID | nfeeojenagochlldompjclkogikjlhlf |
공식 URL | https://chromewebstore.google.com/detail/network+/nfeeojenagochlldompjclkogikjlhlf |
설명 | DevTools for network recording, editing and resending. |
파일 크기 | 175 KB |
설치 횟수 | 466 |
현재 버전 | 2.0.1 |
최근 업데이트 | 2022-08-19 |
출시 날짜 | 2020-06-15 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://clear.studio |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://clear.studio |
도움말 페이지 URL | https://github.com/ClearStudio/network-plus |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Network+", "version": "2.0.1", "description": "DevTools for network recording, editing and resending.", "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "action": { "default_icon": "img\/icon.png", "default_title": "Network+" }, "content_scripts": [ { "matches": [ " |