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…

¿Qué es AMP Accelerated Mobile Page Reader?

AMP Accelerated Mobile Page Reader es una extensión de Chrome desarrollada por https://dorightdigital.com, y su función principal es "The AMP Project is all about improving the reading experience on mobile devices but it's not a technology limited to mobile. This…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión AMP Accelerated Mobile Page Reader

Descarga archivos de extensión AMP Accelerated Mobile Page Reader en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre AMP Accelerated Mobile Page Reader AMP Accelerated Mobile Page Reader
ID baodpdnidmedcpanneabeldenamaaeoe
URL Oficial https://chromewebstore.google.com/detail/amp-accelerated-mobile-pa/baodpdnidmedcpanneabeldenamaaeoe
Descripción The AMP Project is all about improving the reading experience on mobile devices but it's not a technology limited to mobile. This…
Tamaño del Archivo 150 KB
Cantidad de Instalaciones 639
Versión Actual 1.0.1
Última Actualización 2015-10-18
Fecha de Publicación 2015-10-18
Calificación 4.25/5 Total de 8 Calificaciones
Desarrollador https://dorightdigital.com
Tipo de Pago free
Sitio Web de la Extensión http://dorightdigital.com/amp-chrome-extension
Idiomas Soportados 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"
    ]
}