AMP Accelerated Mobile Page Reader

The AMP Project is all about improving the reading experience on mobile devices but it's not a technology limited to mobile. This…

Co je AMP Accelerated Mobile Page Reader?

AMP Accelerated Mobile Page Reader je rozšíření Chrome vyvinuté https://dorightdigital.com, a jeho hlavní funkcí je „The AMP Project is all about improving the reading experience on mobile devices but it's not a technology limited to mobile. This…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření AMP Accelerated Mobile Page Reader

Stáhněte si soubory rozšíření AMP Accelerated Mobile Page Reader ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        The AMP Project is all about improving the reading experience on mobile devices but it's not a technology limited to mobile.

This Chrome Extension gives desktop users the same benefits and is controlled by them.

You set which pages, which domains you want to see AMP versions on.  By default any time we find an AMP version we'll show it instead of the original page but you can set up your own preferences.                    

Základní Informace o Rozšíření

Název AMP Accelerated Mobile Page Reader AMP Accelerated Mobile Page Reader
ID baodpdnidmedcpanneabeldenamaaeoe
Oficiální URL https://chromewebstore.google.com/detail/amp-accelerated-mobile-pa/baodpdnidmedcpanneabeldenamaaeoe
Popis The AMP Project is all about improving the reading experience on mobile devices but it's not a technology limited to mobile. This…
Velikost souboru 150 KB
Počet instalací 639
Aktuální Verze 1.0.1
Poslední Aktualizace 2015-10-18
Datum Vydání 2015-10-18
Hodnocení 4.25/5 Celkem 8 Hodnocení
Vývojář https://dorightdigital.com
Typ Platby free
Webové stránky Rozšíření http://dorightdigital.com/amp-chrome-extension
Podporované Jazyky en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AMP Accelerated Mobile Page Reader",
    "version": "1.0.1",
    "short_name": "AMP Reader",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "core\/config.js",
                "core\/helpers.js",
                "core\/stateManager.js",
                "core\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icons\/default.png",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "icons\/default16.png",
        "48": "icons\/default48.png",
        "128": "icons\/default.png"
    },
    "background": {
        "scripts": [
            "core\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}