network-duplicates
Extends the Developer Tools, adding duplicate network calls detection
Hvad er network-duplicates?
network-duplicates er en Chrome-udvidelse udviklet af deckele, og dens hovedfunktion er "Extends the Developer Tools, adding duplicate network calls detection".
Udvidelsesskærmbilleder
Download network-duplicates-udvidelses-CRX-fil
Download network-duplicates-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | pdaabiikfpfhfgiodfjfiobdmegjhnmo |
Officiel URL | https://chrome.google.com/webstore/detail/network-duplicates/pdaabiikfpfhfgiodfjfiobdmegjhnmo |
Beskrivelse | Extends the Developer Tools, adding duplicate network calls detection |
Filstørrelse | 6.2 KB |
Antal Installationer | 208 |
Nuværende Version | 1.0 |
Senest Opdateret | 2019-06-07 |
Udgivelsesdato | 2019-06-03 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | deckele |
Betalingsmetode | free |
Understøttede Sprog | 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:\/\/*\/*" ] } |