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 to jest AMP Accelerated Mobile Page Reader?

AMP Accelerated Mobile Page Reader to rozszerzenie Chrome opracowane przez https://dorightdigital.com, a jego główną funkcją jest „The AMP Project is all about improving the reading experience on mobile devices but it's not a technology limited to mobile. This…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia AMP Accelerated Mobile Page Reader

Pobierz pliki rozszerzeń AMP Accelerated Mobile Page Reader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa AMP Accelerated Mobile Page Reader AMP Accelerated Mobile Page Reader
ID baodpdnidmedcpanneabeldenamaaeoe
Oficjalny URL https://chromewebstore.google.com/detail/amp-accelerated-mobile-pa/baodpdnidmedcpanneabeldenamaaeoe
Opis The AMP Project is all about improving the reading experience on mobile devices but it's not a technology limited to mobile. This…
Rozmiar pliku 150 KB
Liczba instalacji 639
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2015-10-18
Data Publikacji 2015-10-18
Ocena 4.25/5 Łącznie 8 Oceny
Deweloper https://dorightdigital.com
Typ Płatności free
Strona Rozszerzenia http://dorightdigital.com/amp-chrome-extension
Obsługiwane Języki 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"
    ]
}