PageSpeed Insights Checker for Mobile

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

What is PageSpeed Insights Checker for Mobile?

PageSpeed Insights Checker for Mobile is a Chrome extension developed by paulkinlan@google.com, and its main feature is "Checks Mobile PageSpeed score for every page and gives you a handy preview".

Extension Screenshots

screenshot
screenshot
screenshot

Download PageSpeed Insights Checker for Mobile Extension CRX File

Download PageSpeed Insights Checker for Mobile extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name PageSpeed Insights Checker for Mobile PageSpeed Insights Checker for Mobile
ID mkjmodmicmpjedhoekkmafdgpocdkbna
Official URL https://chromewebstore.google.com/detail/pagespeed-insights-checke/mkjmodmicmpjedhoekkmafdgpocdkbna
Description Checks Mobile PageSpeed score for every page and gives you a handy preview
File Size 21.38 KB
Installation Count 3,346
Current Version 0.0.0.9
Last Updated 2013-09-27
Publish Date 2013-09-27
Rating 3.21/5 Total 19 Ratings
Developer paulkinlan@google.com
Payment Type free
Supported Languages 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"
        ]
    }
}