Performance-Analyser

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

Co to jest Performance-Analyser?

Performance-Analyser to rozszerzenie Chrome opracowane przez Michael Mrowetz, a jego główną funkcją jest „Get insight into the performance of the website in the current tab - sort of a mini live version of WebPageTest”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Performance-Analyser

Pobierz pliki rozszerzeń Performance-Analyser 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

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Performance-Analyser Performance-Analyser
ID djgfmlohefpomchfabngccpbaflcahjf
Oficjalny URL https://chromewebstore.google.com/detail/performance-analyser/djgfmlohefpomchfabngccpbaflcahjf
Opis Get insight into the performance of the website in the current tab - sort of a mini live version of WebPageTest
Rozmiar pliku 26.12 KB
Liczba instalacji 33,956
Aktualna Wersja 1.7.2
Ostatnia Aktualizacja 2020-12-10
Data Publikacji 2015-05-12
Ocena 4.49/5 Łącznie 43 Oceny
Deweloper Michael Mrowetz
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/micmro/performance-bookmarklet
Adres URL Strony Pomocy https://github.com/micmro/performance-bookmarklet/issues
Obsługiwane Języki 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": [
        ""
    ]
}