⚡️ Desktop AMP

Load the AMP version of a page if available

⚡️ Desktop AMP क्या है?

⚡️ Desktop AMP Ed Lea द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Load the AMP version of a page if available"।

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

screenshot

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

crx प्रारूप में ⚡️ Desktop AMP एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The AMP Project (https://www.ampproject.org) aims to improve the experience of reading web content on mobile clients.

There's no reason to only consume AMP enabled content on mobile. For that reason we've built Safari and Chrome extensions that will load AMP versions of articles when present.                    

एक्सटेंशन की मूल जानकारी

नाम ⚡️ Desktop AMP ⚡️ Desktop AMP
ID igokgmnkplcfgnegidccbgmlnecaffhh
आधिकारिक URL https://chromewebstore.google.com/detail/%E2%9A%A1%EF%B8%8F-desktop-amp/igokgmnkplcfgnegidccbgmlnecaffhh
विवरण Load the AMP version of a page if available
फ़ाइल का आकार 45.22 KB
स्थापना संख्या 579
वर्तमान संस्करण 2.3.1
अंतिम अपडेट 2016-09-04
प्रकाशन तिथि 2016-09-04
रेटिंग 4.04/5 कुल 23 रेटिंग्स
डेवलपर Ed Lea
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/edlea/DesktopAMP
सहायता पृष्ठ URL https://github.com/edlea/DesktopAMP/issues
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u26a1\ufe0f Desktop AMP",
    "short_name": "Desktop \u26a1\ufe0f",
    "description": "Load the AMP version of a page if available",
    "author": "Ed Lea",
    "version": "2.3.1",
    "content_scripts": [
        {
            "js": [
                "amp.js"
            ],
            "run_at": "document_start",
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "history"
    ],
    "manifest_version": 2,
    "icons": {
        "16": "icons\/Icon-16.png",
        "48": "icons\/Icon-48.png",
        "128": "icons\/Icon-128.png"
    }
}