Network Requests Download
Tool for website testers to download network request meta-data.
Wat is Network Requests Download?
Network Requests Download is een Chrome-extensie ontwikkeld door Network Requests Download, en de belangrijkste functie is "Tool for website testers to download network request meta-data.".
Extensie Screenshots
Download het CRX-bestand van de extensie Network Requests Download
Download Network Requests Download-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
This tool allows website testers to record and download network performance metadata across different webpages. It will create a new developer tools panel where the user can enter a list of URLs to visit. The extension will automatically visit specified URLs and record network activity. A JSON report will download after all URLs have been visited. Users can optionally specify a filter to only download requests to URLs containing a substring.
Basisinformatie over de Extensie
Naam | Network Requests Download |
ID | odecihgekkcnfbgbpjgpapaljjnebmdc |
Officiële URL | https://chromewebstore.google.com/detail/network-requests-download/odecihgekkcnfbgbpjgpapaljjnebmdc |
Beschrijving | Tool for website testers to download network request meta-data. |
Bestandsgrootte | 25.47 KB |
Aantal Installaties | 916 |
Huidige Versie | 1.5 |
Laatst Bijgewerkt | 2022-06-30 |
Publicatiedatum | 2020-01-17 |
Ontwikkelaar | Network Requests Download |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://docs.google.com/document/d/e/2PACX-1vRfCJ4fF-tMgTy8-z9A52jc0vum9xrPrYpUe0aAbd2bXSLSwuShShUTyE_WuXtlEN4XjLfL37jLkHSJ/pub |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Network Requests Download", "version": "1.5", "description": "Tool for website testers to download network request meta-data.", "devtools_page": "devtools.html", "permissions": [ "downloads" ], "manifest_version": 2, "icons": { "16": "NRD16.png", "48": "NRD48.png", "128": "NRD.png" } } |