Network Requests Download

Tool for website testers to download network request meta-data.

Cos'è Network Requests Download?

Network Requests Download è un'estensione di Chrome sviluppata da Network Requests Download, e la sua funzione principale è "Tool for website testers to download network request meta-data.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Network Requests Download

Scarica i file di estensione Network Requests Download in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Network Requests Download Network Requests Download
ID odecihgekkcnfbgbpjgpapaljjnebmdc
URL Ufficiale https://chromewebstore.google.com/detail/network-requests-download/odecihgekkcnfbgbpjgpapaljjnebmdc
Descrizione Tool for website testers to download network request meta-data.
Dimensione del File 25.47 KB
Conteggio Installazioni 916
Versione Corrente 1.5
Ultimo Aggiornamento 2022-06-30
Data di Pubblicazione 2020-01-17
Sviluppatore Network Requests Download
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://docs.google.com/document/d/e/2PACX-1vRfCJ4fF-tMgTy8-z9A52jc0vum9xrPrYpUe0aAbd2bXSLSwuShShUTyE_WuXtlEN4XjLfL37jLkHSJ/pub
Lingue Supportate 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"
    }
}