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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View the Accelerated Mobile Pages (AMP) version of webpages"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ADP Project - Accelerated Desktop Pages एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}