Page Speed Analysis

This extension will analyze a page using Google's PageSpeed

Co to jest Page Speed Analysis?

Page Speed Analysis to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „This extension will analyze a page using Google's PageSpeed”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Page Speed Analysis

Pobierz pliki rozszerzeń Page Speed Analysis 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

                        This extension is designed to give users an informative diagnostic report on the efficiency of their web pages. Using Google's PageSpeed Insights API, the PageSpeed Test Extension displays a detailed report on the overall quality of your web page, showing an overall efficiency rating, optimization suggestions, and a resource breakdown chart—all tailored to help you make your websites stunningly efficient.                    

Podstawowe informacje o rozszerzeniu

Nazwa Page Speed Analysis Page Speed Analysis
ID mgepijdabbcpfccklhimoklflnpfpbcn
Oficjalny URL https://chromewebstore.google.com/detail/page-speed-analysis/mgepijdabbcpfccklhimoklflnpfpbcn
Opis This extension will analyze a page using Google's PageSpeed
Rozmiar pliku 1.5 MB
Liczba instalacji 984
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2017-08-15
Data Publikacji 2017-08-14
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Page Speed Analysis",
    "description": "This extension will analyze a page using Google's PageSpeed",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}