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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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'"
}