Network+

DevTools for network recording, editing and resending.

Cos'è Network+?

Network+ è un'estensione di Chrome sviluppata da https://clear.studio, e la sua funzione principale è "DevTools for network recording, editing and resending.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Network+

Scarica i file di estensione Network+ 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

                        1. Open the DevTools panel and find the tab with "Network+".
2. Make some HTTP request.
3. See the log of request and response.
4. Modify some fields like "Request Method", "URL" or "Request Payload"...
5. Click the "Send" button and notice the log.                    

Informazioni di Base sull'Estensione

Nome Network+ Network+
ID nfeeojenagochlldompjclkogikjlhlf
URL Ufficiale https://chromewebstore.google.com/detail/network+/nfeeojenagochlldompjclkogikjlhlf
Descrizione DevTools for network recording, editing and resending.
Dimensione del File 175 KB
Conteggio Installazioni 466
Versione Corrente 2.0.1
Ultimo Aggiornamento 2022-08-19
Data di Pubblicazione 2020-06-15
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://clear.studio
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://clear.studio
URL della Pagina di Aiuto https://github.com/ClearStudio/network-plus
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Network+",
    "version": "2.0.1",
    "description": "DevTools for network recording, editing and resending.",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "action": {
        "default_icon": "img\/icon.png",
        "default_title": "Network+"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/inject.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "homepage_url": "https:\/\/clear.studio",
    "devtools_page": "devtools.html"
}