web performance

Get the web perfomance by timing API

Co to jest web performance?

web performance to rozszerzenie Chrome opracowane przez zhangjunah, a jego główną funkcją jest „Get the web perfomance by timing API”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia web performance

Pobierz pliki rozszerzeń web performance w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa web performance web performance
ID dmndepgifbfcjjmkjfgoecldegiodnjc
Oficjalny URL https://chrome.google.com/webstore/detail/web-performance/dmndepgifbfcjjmkjfgoecldegiodnjc
Opis Get the web perfomance by timing API
Rozmiar pliku 93 KB
Liczba instalacji 35
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2014-11-17
Data Publikacji 2014-11-14
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper zhangjunah
Typ Płatności free
Obsługiwane Języki 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",
        ""
    ]
}