Traffic Analyser

Simple tool to monitor network calls across all windows and tabs of your browser.

Cos'è Traffic Analyser?

Traffic Analyser è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Simple tool to monitor network calls across all windows and tabs of your browser.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Traffic Analyser

Scarica i file di estensione Traffic Analyser 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 addon allows to monitor the entire network calls of your browser across all windows and tabs. All requested URLs are displayed as filterable table in an extra window. New requests will be added immediately.                    

Informazioni di Base sull'Estensione

Nome Traffic Analyser Traffic Analyser
ID abdegfaiochjkmedplbehndchojnkjca
URL Ufficiale https://chromewebstore.google.com/detail/traffic-analyser/abdegfaiochjkmedplbehndchojnkjca
Descrizione Simple tool to monitor network calls across all windows and tabs of your browser.
Dimensione del File 127 KB
Conteggio Installazioni 1,677
Versione Corrente 1.3
Ultimo Aggiornamento 2019-01-30
Data di Pubblicazione 2019-01-30
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Traffic Analyser",
    "version": "1.3",
    "description": "Simple tool to monitor network calls across all windows and tabs of your browser.",
    "manifest_version": 2,
    "permissions": [
        "webRequest",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Launch Traffic Analyser",
        "default_icon": {
            "16": "images\/icon_16.png",
            "24": "images\/icon_24.png",
            "32": "images\/icon_32.png"
        }
    },
    "icons": {
        "128": "images\/icon_128.png",
        "16": "images\/icon_16.png"
    }
}