Performance-Analyser

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

Wat is Performance-Analyser?

Performance-Analyser is een Chrome-extensie ontwikkeld door Michael Mrowetz, en de belangrijkste functie is "Get insight into the performance of the website in the current tab - sort of a mini live version of WebPageTest".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Performance-Analyser

Download Performance-Analyser-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Performance-Analyser Performance-Analyser
ID djgfmlohefpomchfabngccpbaflcahjf
Officiële URL https://chromewebstore.google.com/detail/performance-analyser/djgfmlohefpomchfabngccpbaflcahjf
Beschrijving Get insight into the performance of the website in the current tab - sort of a mini live version of WebPageTest
Bestandsgrootte 26.12 KB
Aantal Installaties 33,956
Huidige Versie 1.7.2
Laatst Bijgewerkt 2020-12-10
Publicatiedatum 2015-05-12
Beoordeling 4.49/5 Totaal 43 Beoordelingen
Ontwikkelaar Michael Mrowetz
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/micmro/performance-bookmarklet
Help Pagina-URL https://github.com/micmro/performance-bookmarklet/issues
Ondersteunde Talen 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": [
        ""
    ]
}