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…

Vad är AMP Accelerated Mobile Pages Desktop Viewer?

AMP Accelerated Mobile Pages Desktop Viewer är en Chrome-tillägg utvecklad av bigpress.net, och dess huvudfunktion är "A Chrome extension to view AMP (accelerated mobile pages) in the desktop browser. Allows you to enable AMP for individual websites…".

Tilläggsskärmbilder

screenshot

Ladda ner AMP Accelerated Mobile Pages Desktop Viewer-förlängningens CRX-fil

Ladda ner AMP Accelerated Mobile Pages Desktop Viewer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn AMP Accelerated Mobile Pages Desktop Viewer AMP Accelerated Mobile Pages Desktop Viewer
ID abbbnefchbpffkbnadnopdahjcmbheho
Officiell webbadress https://chromewebstore.google.com/detail/amp-accelerated-mobile-pa/abbbnefchbpffkbnadnopdahjcmbheho
Beskrivning A Chrome extension to view AMP (accelerated mobile pages) in the desktop browser. Allows you to enable AMP for individual websites…
Filstorlek 264 KB
Antal Installationer 1,724
Aktuell Version 1.2.0
Senast Uppdaterad 2016-02-25
Publiceringsdatum 2016-02-25
Betyg 3.00/5 Totalt 10 Betyg
Utvecklare bigpress.net
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://bigpress.net/en/amp_desktop
Hjälpsida URL http://bigpress.freshdesk.com
Stödda Språk 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"
    ]
}