Network Requests Download

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

Was ist Network Requests Download?

Network Requests Download ist eine Chrome-Erweiterung, die von Network Requests Download entwickelt wurde, und ihr Hauptmerkmal ist "Tool for website testers to download network request meta-data.".

Erweiterungsscreenshots

screenshot

Network Requests Download-Erweiterungs-CRX-Datei herunterladen

Laden Sie Network Requests Download-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Network Requests Download Network Requests Download
ID odecihgekkcnfbgbpjgpapaljjnebmdc
Offizielle URL https://chromewebstore.google.com/detail/network-requests-download/odecihgekkcnfbgbpjgpapaljjnebmdc
Beschreibung Tool for website testers to download network request meta-data.
Dateigröße 25.47 KB
Installationsanzahl 916
Aktuelle Version 1.5
Letztes Update 2022-06-30
Veröffentlichungsdatum 2020-01-17
Entwickler Network Requests Download
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://docs.google.com/document/d/e/2PACX-1vRfCJ4fF-tMgTy8-z9A52jc0vum9xrPrYpUe0aAbd2bXSLSwuShShUTyE_WuXtlEN4XjLfL37jLkHSJ/pub
Unterstützte Sprachen 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"
    }
}