Performance-Analyser

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

Qu'est-ce que Performance-Analyser ?

Performance-Analyser est une extension Chrome développée par Michael Mrowetz, et sa fonction principale est "Get insight into the performance of the website in the current tab - sort of a mini live version of WebPageTest".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Performance-Analyser

Téléchargez les fichiers d'extension Performance-Analyser au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Performance-Analyser Performance-Analyser
ID djgfmlohefpomchfabngccpbaflcahjf
URL Officiel https://chromewebstore.google.com/detail/performance-analyser/djgfmlohefpomchfabngccpbaflcahjf
Description Get insight into the performance of the website in the current tab - sort of a mini live version of WebPageTest
Taille du Fichier 26.12 KB
Nombre d'Installations 33,956
Version Actuelle 1.7.2
Dernière Mise à Jour 2020-12-10
Date de Publication 2015-05-12
Évaluation 4.49/5 Total 43 Évaluations
Développeur Michael Mrowetz
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/micmro/performance-bookmarklet
URL de la Page d'Aide https://github.com/micmro/performance-bookmarklet/issues
Langues Prises en Charge 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": [
        ""
    ]
}