AMP Accelerated Mobile Pages Desktop Viewer

A Chrome extension to view AMP (accelerated mobile pages) in the desktop browser. Allows you to enable AMP for individual websites…

What is AMP Accelerated Mobile Pages Desktop Viewer?

AMP Accelerated Mobile Pages Desktop Viewer is a Chrome extension developed by bigpress.net, and its main feature is "A Chrome extension to view AMP (accelerated mobile pages) in the desktop browser. Allows you to enable AMP for individual websites…".

Extension Screenshots

screenshot

Download AMP Accelerated Mobile Pages Desktop Viewer Extension CRX File

Download AMP Accelerated Mobile Pages Desktop Viewer 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

                        A Chrome extension to view AMP (accelerated mobile pages) in the desktop browser. Allows you to enable AMP for individual websites or all websites.

When a page allows AMP view you will see an icon in the address bar, just click it. To return back to the normal version click it again.                    

Extension Basic Information

Name AMP Accelerated Mobile Pages Desktop Viewer AMP Accelerated Mobile Pages Desktop Viewer
ID abbbnefchbpffkbnadnopdahjcmbheho
Official URL https://chromewebstore.google.com/detail/amp-accelerated-mobile-pa/abbbnefchbpffkbnadnopdahjcmbheho
Description A Chrome extension to view AMP (accelerated mobile pages) in the desktop browser. Allows you to enable AMP for individual websites…
File Size 264 KB
Installation Count 1,724
Current Version 1.2.0
Last Updated 2016-02-25
Publish Date 2016-02-25
Rating 3.00/5 Total 10 Ratings
Developer bigpress.net
Email [email protected]
Payment Type free
Extension Website http://bigpress.net/en/amp_desktop
Help Page URL http://bigpress.freshdesk.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AMP Accelerated Mobile Pages Desktop Viewer",
    "version": "1.2.0",
    "short_name": "AMP Desktop",
    "author": "Bigpress",
    "background": {
        "scripts": [
            "core\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "core\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "page_action": {
        "default_icon": {
            "38": "icons\/icon38.png"
        },
        "default_title": "AMP View"
    },
    "icons": {
        "16": "icons\/default16.png",
        "48": "icons\/default48.png",
        "128": "icons\/default.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}