network-duplicates
Extends the Developer Tools, adding duplicate network calls detection
network-duplicatesとは何ですか?
network-duplicatesはdeckeleによって開発されたChromeの拡張機能で、その主な機能は「Extends the Developer Tools, adding duplicate network calls detection」です。
拡張機能のスクリーンショット
network-duplicates拡張機能のCRXファイルをダウンロード
network-duplicates拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Extends the Developer Tools, adding duplicate network calls detection. Features: 1. list of duplicate network calls, sorted by number of times a resource was called. 2. list of resources with the same name, which were called from different urls. 3. a side-panel in the sources tab, showing nested iframes which could lead to duplicate network calls.
拡張機能の基本情報
名前 | |
ID | pdaabiikfpfhfgiodfjfiobdmegjhnmo |
公式URL | https://chrome.google.com/webstore/detail/network-duplicates/pdaabiikfpfhfgiodfjfiobdmegjhnmo |
説明 | Extends the Developer Tools, adding duplicate network calls detection |
ファイルサイズ | 6.2 KB |
インストール数 | 208 |
現在のバージョン | 1.0 |
最終更新日 | 2019-06-07 |
公開日 | 2019-06-03 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | deckele |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "network-duplicates", "manifest_version": 2, "version": "1.0", "description": "Extends the Developer Tools, adding duplicate network calls detection", "minimum_chrome_version": "30.0", "devtools_page": "devtools.html", "permissions": [ "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ] } |