Performance-Analyser

Get insight into the performance of the website in the current tab - sort of a mini live version of WebPageTest

Cos'è Performance-Analyser?

Performance-Analyser è un'estensione di Chrome sviluppata da Michael Mrowetz, e la sua funzione principale è "Get insight into the performance of the website in the current tab - sort of a mini live version of WebPageTest".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Performance-Analyser

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

                        Performance-Analyser (aka Performance-Analyzer) helps to analyze the current page through the Resource, Navigation and User Timing APIs - see requests by type, domain, load times, marks and more - instantly.

Performance-Analyser is the Chrome Extension version of Performance-Bookmarklet.

Code: https://github.com/micmro/performance-bookmarklet                    

Informazioni di Base sull'Estensione

Nome Performance-Analyser Performance-Analyser
ID djgfmlohefpomchfabngccpbaflcahjf
URL Ufficiale https://chromewebstore.google.com/detail/performance-analyser/djgfmlohefpomchfabngccpbaflcahjf
Descrizione Get insight into the performance of the website in the current tab - sort of a mini live version of WebPageTest
Dimensione del File 26.12 KB
Conteggio Installazioni 33,956
Versione Corrente 1.7.2
Ultimo Aggiornamento 2020-12-10
Data di Pubblicazione 2015-05-12
Valutazione 4.49/5 Totale 43 Valutazioni
Sviluppatore Michael Mrowetz
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/micmro/performance-bookmarklet
URL della Pagina di Aiuto https://github.com/micmro/performance-bookmarklet/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Performance-Analyser",
    "short_name": "Performance-Analyzer",
    "description": "Get insight into the performance of the website in the current tab - sort of a mini live version of WebPageTest",
    "version": "1.7.2",
    "homepage_url": "https:\/\/github.com\/micmro\/performance-bookmarklet",
    "author": "Michael Mrowetz",
    "icons": {
        "16": "images\/icon16.png",
        "19": "images\/icon19.png",
        "38": "images\/icon38.png",
        "48": "images\/icon48.png",
        "58": "images\/icon58.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "19": "images\/icon19.png",
            "38": "images\/icon38.png",
            "48": "images\/icon48.png",
            "58": "images\/icon58.png",
            "128": "images\/icon128.png"
        }
    },
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "permissions": [
        ""
    ]
}