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文件
下載Better Network Panel擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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 } |