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…

O que é AMP Accelerated Mobile Page Reader?

AMP Accelerated Mobile Page Reader é uma extensão do Chrome desenvolvida por https://dorightdigital.com, e sua principal característica é "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 Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão AMP Accelerated Mobile Page Reader

Baixe arquivos de extensão AMP Accelerated Mobile Page Reader no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome AMP Accelerated Mobile Page Reader AMP Accelerated Mobile Page Reader
ID baodpdnidmedcpanneabeldenamaaeoe
URL Oficial https://chromewebstore.google.com/detail/amp-accelerated-mobile-pa/baodpdnidmedcpanneabeldenamaaeoe
Descrição The AMP Project is all about improving the reading experience on mobile devices but it's not a technology limited to mobile. This…
Tamanho do Arquivo 150 KB
Contagem de Instalações 639
Versão Atual 1.0.1
Última Atualização 2015-10-18
Data de Publicação 2015-10-18
Classificação 4.25/5 Total de 8 Avaliações
Desenvolvedor https://dorightdigital.com
Tipo de Pagamento free
Site da Extensão http://dorightdigital.com/amp-chrome-extension
Idiomas Suportados 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"
    ]
}