PageSpeed Insights Checker for Mobile

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

Apa itu PageSpeed Insights Checker for Mobile?

PageSpeed Insights Checker for Mobile adalah ekstensi Chrome yang dikembangkan oleh [email protected], dan fitur utamanya adalah "Checks Mobile PageSpeed score for every page and gives you a handy preview".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi PageSpeed Insights Checker for Mobile

Unduh file ekstensi PageSpeed Insights Checker for Mobile dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama PageSpeed Insights Checker for Mobile PageSpeed Insights Checker for Mobile
ID mkjmodmicmpjedhoekkmafdgpocdkbna
URL Resmi https://chromewebstore.google.com/detail/pagespeed-insights-checke/mkjmodmicmpjedhoekkmafdgpocdkbna
Deskripsi Checks Mobile PageSpeed score for every page and gives you a handy preview
Ukuran File 21.38 KB
Jumlah Instalasi 3,346
Versi Saat Ini 0.0.0.9
Terakhir Diperbarui 2013-09-27
Tanggal Publikasi 2013-09-27
Penilaian 3.21/5 Total 19 Penilaian
Pengembang [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        ]
    }
}