Performance-Analyser

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

Hvad er Performance-Analyser?

Performance-Analyser er en Chrome-udvidelse udviklet af Michael Mrowetz, og dens hovedfunktion er "Get insight into the performance of the website in the current tab - sort of a mini live version of WebPageTest".

Udvidelsesskærmbilleder

screenshot

Download Performance-Analyser-udvidelses-CRX-fil

Download Performance-Analyser-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Performance-Analyser Performance-Analyser
ID djgfmlohefpomchfabngccpbaflcahjf
Officiel URL https://chromewebstore.google.com/detail/performance-analyser/djgfmlohefpomchfabngccpbaflcahjf
Beskrivelse Get insight into the performance of the website in the current tab - sort of a mini live version of WebPageTest
Filstørrelse 26.12 KB
Antal Installationer 33,956
Nuværende Version 1.7.2
Senest Opdateret 2020-12-10
Udgivelsesdato 2015-05-12
Bedømmelse 4.49/5 Samlet 43 Bedømmelser
Udvikler Michael Mrowetz
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/micmro/performance-bookmarklet
Hjælpeside-URL https://github.com/micmro/performance-bookmarklet/issues
Understøttede Sprog 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": [
        ""
    ]
}