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 |
Eメール | [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 } |