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 |
官方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 } |