web performance

Get the web perfomance by timing API

Cos'è web performance?

web performance è un'estensione di Chrome sviluppata da zhangjunah, e la sua funzione principale è "Get the web perfomance by timing API".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione web performance

Scarica i file di estensione web performance 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

                        Get the page performance by Navigation Timing API, and show a waterfall chart to the developers or users!                    

Informazioni di Base sull'Estensione

Nome web performance web performance
ID dmndepgifbfcjjmkjfgoecldegiodnjc
URL Ufficiale https://chrome.google.com/webstore/detail/web-performance/dmndepgifbfcjjmkjfgoecldegiodnjc
Descrizione Get the web perfomance by timing API
Dimensione del File 93 KB
Conteggio Installazioni 35
Versione Corrente 1.0
Ultimo Aggiornamento 2014-11-17
Data di Pubblicazione 2014-11-14
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore zhangjunah
Tipo di Pagamento free
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "web performance",
    "description": "Get the web perfomance by timing API",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "tabs",
        ""
    ]
}