network-duplicates
Extends the Developer Tools, adding duplicate network calls detection
Was ist network-duplicates?
network-duplicates ist eine Chrome-Erweiterung, die von deckele entwickelt wurde, und ihr Hauptmerkmal ist "Extends the Developer Tools, adding duplicate network calls detection".
Erweiterungsscreenshots
network-duplicates-Erweiterungs-CRX-Datei herunterladen
Laden Sie network-duplicates-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | pdaabiikfpfhfgiodfjfiobdmegjhnmo |
Offizielle URL | https://chrome.google.com/webstore/detail/network-duplicates/pdaabiikfpfhfgiodfjfiobdmegjhnmo |
Beschreibung | Extends the Developer Tools, adding duplicate network calls detection |
Dateigröße | 6.2 KB |
Installationsanzahl | 208 |
Aktuelle Version | 1.0 |
Letztes Update | 2019-06-07 |
Veröffentlichungsdatum | 2019-06-03 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | deckele |
Zahlungsart | free |
Unterstützte Sprachen | 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:\/\/*\/*" ] } |