network-duplicates
Extends the Developer Tools, adding duplicate network calls detection
Wat is network-duplicates?
network-duplicates is een Chrome-extensie ontwikkeld door deckele, en de belangrijkste functie is "Extends the Developer Tools, adding duplicate network calls detection".
Extensie Screenshots
Download het CRX-bestand van de extensie network-duplicates
Download network-duplicates-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | pdaabiikfpfhfgiodfjfiobdmegjhnmo |
Officiële URL | https://chrome.google.com/webstore/detail/network-duplicates/pdaabiikfpfhfgiodfjfiobdmegjhnmo |
Beschrijving | Extends the Developer Tools, adding duplicate network calls detection |
Bestandsgrootte | 6.2 KB |
Aantal Installaties | 208 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2019-06-07 |
Publicatiedatum | 2019-06-03 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | deckele |
Betalingswijze | free |
Ondersteunde Talen | 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:\/\/*\/*" ] } |