ADP Project - Accelerated Desktop Pages

View the Accelerated Mobile Pages (AMP) version of webpages

O que é ADP Project - Accelerated Desktop Pages?

ADP Project - Accelerated Desktop Pages é uma extensão do Chrome desenvolvida por https://adpproject.org, e sua principal característica é "View the Accelerated Mobile Pages (AMP) version of webpages".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão ADP Project - Accelerated Desktop Pages

Baixe arquivos de extensão ADP Project - Accelerated Desktop Pages 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 Accelerated Desktop Pages (ADP) extension speeds up web pages on sites like BBC News, The Guardian, Buzzfeed and The Verge.

The extension does this by using the available Accelerated Mobile Pages. These are web pages that have been generated to load much much faster. They're slimmed down versions of the desktop page and are cached by Google all around the world for even fast loading times.

Features
- ADP toolbar icon displays blue when the current page has an accelerated version available. Click on the toolbar icon to be taken to the accelerated page
- Automatic redirection on detecting that the current page has accelerated version available
- Automatically modifying all links on the website to point to their accelerated version

Features can be enabled/disabled in the extension settings.

Currently Supports
BBC News | The Verge | The Guardian | Buzzfeed

http://www.adpproject.org                    

Informações Básicas da Extensão

Nome ADP Project - Accelerated Desktop Pages ADP Project - Accelerated Desktop Pages
ID pclljpkdeinkcneeenmkedghbhnoocdb
URL Oficial https://chromewebstore.google.com/detail/adp-project-accelerated-d/pclljpkdeinkcneeenmkedghbhnoocdb
Descrição View the Accelerated Mobile Pages (AMP) version of webpages
Tamanho do Arquivo 160 KB
Contagem de Instalações 70
Versão Atual 1.0.1
Última Atualização 2015-10-10
Data de Publicação 2015-10-10
Classificação 3.00/5 Total de 4 Avaliações
Desenvolvedor https://adpproject.org
Tipo de Pagamento free
Site da Extensão http://www.adpproject.org
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ADP Project - Accelerated Desktop Pages",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "View the Accelerated Mobile Pages (AMP) version of webpages",
    "homepage_url": "http:\/\/www.adpproject.org",
    "icons": {
        "16": "icons\/adp_icon_16x16.png",
        "48": "icons\/adp_icon_48x48.png",
        "128": "icons\/adp_icon_128x128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/jquery\/jquery-1.11.2.min.js",
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "options_ui": {
        "page": "src\/options\/index.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "icons\/adp_unavailable_128x128.png",
        "default_title": "ADP Unavailable"
    },
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*.adpproject.org\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/jquery\/jquery-1.11.2.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}