AMP Code Generator

Convert the embedded codes to amp code

AMP Code Generator क्या है?

AMP Code Generator Randeep R द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert the embedded codes to amp code"।

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

screenshot

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

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

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

                        Convert the embedded codes from Twitter, Facebook, Instagram, Pinterest and other Iframe tags to AMP compatible embedded code.

The AMP code generator will convert the embedded code to AMP embedded code by click on the generate button.

'CLEAR' button will clear the existing code in the textarea. 

'COPY TEXT' button will copy the textarea content to the Clipboard.                    

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

नाम AMP Code Generator AMP Code Generator
ID kphjjkblkfhdlnokkacnkiodpdijogaa
आधिकारिक URL https://chromewebstore.google.com/detail/amp-code-generator/kphjjkblkfhdlnokkacnkiodpdijogaa
विवरण Convert the embedded codes to amp code
फ़ाइल का आकार 229 KB
स्थापना संख्या 320
वर्तमान संस्करण 1.5.1
अंतिम अपडेट 2021-06-11
प्रकाशन तिथि 2020-03-09
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Randeep R
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AMP Code Generator",
    "version": "1.5.1",
    "manifest_version": 2,
    "description": "Convert the embedded codes to amp code",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "128": "icons\/icon128.png"
    },
    "author": "Randeep R",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon48.png",
        "default_title": "AMP Code Generator",
        "default_popup": "src\/browser_action\/amp_convet.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}