network-duplicates
Extends the Developer Tools, adding duplicate network calls detection
Vad är network-duplicates?
network-duplicates är en Chrome-tillägg utvecklad av deckele, och dess huvudfunktion är "Extends the Developer Tools, adding duplicate network calls detection".
Tilläggsskärmbilder
Ladda ner network-duplicates-förlängningens CRX-fil
Ladda ner network-duplicates-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | pdaabiikfpfhfgiodfjfiobdmegjhnmo |
Officiell webbadress | https://chrome.google.com/webstore/detail/network-duplicates/pdaabiikfpfhfgiodfjfiobdmegjhnmo |
Beskrivning | Extends the Developer Tools, adding duplicate network calls detection |
Filstorlek | 6.2 KB |
Antal Installationer | 208 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2019-06-07 |
Publiceringsdatum | 2019-06-03 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | deckele |
Betalningssätt | free |
Stödda Språk | 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:\/\/*\/*" ] } |