Better Network Panel
Extends the Developer Tools, adding a new Network Panel in the Developer Tools window with better searching and response previews.
Better Network Panel란 무엇입니까?
Better Network Panel은(는) https://leviolson.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extends the Developer Tools, adding a new Network Panel in the Developer Tools window with better searching and response previews."입니다.
확장 프로그램 스크린샷
Better Network Panel 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension is Open Source: https://github.com/leothelocust/better-network-chrome-panel Although it doesn't do everything the default Network panel does, it does way more regarding Searching/Filtering. It doesn't only search the URL, it also searches every part of the request, including headers and post body. Additionally, if a response is in JSON, and contains some stringified node in that response, this tool auto-parses that string. See the Changelog here: https://leviolson.com/posts/bnp-changelog
확장 프로그램 기본 정보
이름 | Better Network Panel |
ID | kknnkgpbclaljhfcknhbebhppmkmoaml |
공식 URL | https://chromewebstore.google.com/detail/better-network-panel/kknnkgpbclaljhfcknhbebhppmkmoaml |
설명 | Extends the Developer Tools, adding a new Network Panel in the Developer Tools window with better searching and response previews. |
파일 크기 | 2.14 MB |
설치 횟수 | 1,000 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2021-01-28 |
출시 날짜 | 2020-10-08 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://leviolson.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://leviolson.com/posts/chrome-ext-better-network-panel |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better Network Panel", "version": "1.0.1", "minimum_chrome_version": "44.0", "description": "Extends the Developer Tools, adding a new Network Panel in the Developer Tools window with better searching and response previews.", "devtools_page": "devtools.html", "icons": { "128": "icon-128x128.png" }, "background": { "scripts": [ "background.js" ] }, "manifest_version": 2 } |