web performance

Get the web perfomance by timing API

Qu'est-ce que web performance ?

web performance est une extension Chrome développée par zhangjunah, et sa fonction principale est "Get the web perfomance by timing API".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension web performance

Téléchargez les fichiers d'extension web performance 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

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

Informations de Base sur l'Extension

Nom web performance web performance
ID dmndepgifbfcjjmkjfgoecldegiodnjc
URL Officiel https://chrome.google.com/webstore/detail/web-performance/dmndepgifbfcjjmkjfgoecldegiodnjc
Description Get the web perfomance by timing API
Taille du Fichier 93 KB
Nombre d'Installations 35
Version Actuelle 1.0
Dernière Mise à Jour 2014-11-17
Date de Publication 2014-11-14
Évaluation 5.00/5 Total 1 Évaluations
Développeur zhangjunah
Type de Paiement free
Langues Prises en Charge 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",
        ""
    ]
}