Chromium NetLog dump viewer

A standalone WebApp for viewing chrome://net-export NetLog dump files

Cos'è Chromium NetLog dump viewer?

Chromium NetLog dump viewer è un'estensione di Chrome sviluppata da Axifive, e la sua funzione principale è "A standalone WebApp for viewing chrome://net-export NetLog dump files".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Chromium NetLog dump viewer

Scarica i file di estensione Chromium NetLog dump viewer 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

                        The net-internals events viewer and related functionality has been removed from Chrome, so this extension can show NetLog dumps created with chrome://net-export

Original project:
https://chromium.googlesource.com/catapult/+/master/netlog_viewer/                    

Informazioni di Base sull'Estensione

Nome Chromium NetLog dump viewer Chromium NetLog dump viewer
ID hfnehammfofphmomkllapngelnabmcho
URL Ufficiale https://chromewebstore.google.com/detail/chromium-netlog-dump-view/hfnehammfofphmomkllapngelnabmcho
Descrizione A standalone WebApp for viewing chrome://net-export NetLog dump files
Dimensione del File 210 KB
Conteggio Installazioni 2,272
Versione Corrente 0.2.1
Ultimo Aggiornamento 2021-09-07
Data di Pubblicazione 2019-12-22
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Axifive
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/axifive/netlog-viewer
URL della Pagina di Aiuto https://github.com/axifive/netlog-viewer/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chromium NetLog dump viewer",
    "version": "0.2.1",
    "description": "A standalone WebApp for viewing chrome:\/\/net-export NetLog dump files",
    "homepage_url": "https:\/\/github.com\/axifive\/netlog-viewer",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        },
        "default_title": "NetLog dump viewer"
    },
    "offline_enabled": true
}