web performance

Get the web perfomance by timing API

Wat is web performance?

web performance is een Chrome-extensie ontwikkeld door zhangjunah, en de belangrijkste functie is "Get the web perfomance by timing API".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie web performance

Download web performance-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

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

Basisinformatie over de Extensie

Naam web performance web performance
ID dmndepgifbfcjjmkjfgoecldegiodnjc
Officiële URL https://chrome.google.com/webstore/detail/web-performance/dmndepgifbfcjjmkjfgoecldegiodnjc
Beschrijving Get the web perfomance by timing API
Bestandsgrootte 93 KB
Aantal Installaties 35
Huidige Versie 1.0
Laatst Bijgewerkt 2014-11-17
Publicatiedatum 2014-11-14
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar zhangjunah
Betalingswijze free
Ondersteunde Talen 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",
        ""
    ]
}