PageSpeed Insights Checker for Mobile

Checks Mobile PageSpeed score for every page and gives you a handy preview

Cos'è PageSpeed Insights Checker for Mobile?

PageSpeed Insights Checker for Mobile è un'estensione di Chrome sviluppata da [email protected], e la sua funzione principale è "Checks Mobile PageSpeed score for every page and gives you a handy preview".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione PageSpeed Insights Checker for Mobile

Scarica i file di estensione PageSpeed Insights Checker for Mobile in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Checks Mobile PageSpeed score for every page and gives you a handy preview.

NOTE: This sends every page you visit up to the Page Speed Insights API to do the full analysis of the page.

Latest update: Lets you set your own API key.                    

Informazioni di Base sull'Estensione

Nome PageSpeed Insights Checker for Mobile PageSpeed Insights Checker for Mobile
ID mkjmodmicmpjedhoekkmafdgpocdkbna
URL Ufficiale https://chromewebstore.google.com/detail/pagespeed-insights-checke/mkjmodmicmpjedhoekkmafdgpocdkbna
Descrizione Checks Mobile PageSpeed score for every page and gives you a handy preview
Dimensione del File 21.38 KB
Conteggio Installazioni 3,346
Versione Corrente 0.0.0.9
Ultimo Aggiornamento 2013-09-27
Data di Pubblicazione 2013-09-27
Valutazione 3.21/5 Totale 19 Valutazioni
Sviluppatore [email protected]
Tipo di Pagamento free
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PageSpeed Insights Checker for Mobile",
    "description": "Checks Mobile PageSpeed score for every page and gives you a handy preview",
    "manifest_version": 2,
    "version": "0.0.0.9",
    "permissions": [
        "tabs",
        "https:\/\/www.googleapis.com\/"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "19": "19.png"
        },
        "default_title": "PageSpeed Insights Checker"
    },
    "background": {
        "scripts": [
            "main.js"
        ]
    }
}