ADP Project - Accelerated Desktop Pages

View the Accelerated Mobile Pages (AMP) version of webpages

什麼是ADP Project - Accelerated Desktop Pages?

ADP Project - Accelerated Desktop Pages是由https://adpproject.org開發的Chrome擴展程式,該擴展的主要功能是“View the Accelerated Mobile Pages (AMP) version of webpages”。

擴展截圖

screenshot
screenshot

下載ADP Project - Accelerated Desktop Pages擴展crx文件

下載ADP Project - Accelerated Desktop Pages擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 ADP Project - Accelerated Desktop Pages ADP Project - Accelerated Desktop Pages
ID pclljpkdeinkcneeenmkedghbhnoocdb
官方網址 https://chromewebstore.google.com/detail/adp-project-accelerated-d/pclljpkdeinkcneeenmkedghbhnoocdb
簡介 View the Accelerated Mobile Pages (AMP) version of webpages
檔案大小 160 KB
安裝次數 70
目前版本 1.0.1
更新時間 2015-10-10
上架時間 2015-10-10
評分 3.00/5 共 4 次評分
開發者 https://adpproject.org
付費類型 free
擴展官網 http://www.adpproject.org
支援的語言 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'"
}