AMP Code Generator

Convert the embedded codes to amp code

Co je AMP Code Generator?

AMP Code Generator je rozšíření Chrome vyvinuté Randeep R, a jeho hlavní funkcí je „Convert the embedded codes to amp code“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření AMP Code Generator

Stáhněte si soubory rozšíření AMP Code Generator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název AMP Code Generator AMP Code Generator
ID kphjjkblkfhdlnokkacnkiodpdijogaa
Oficiální URL https://chromewebstore.google.com/detail/amp-code-generator/kphjjkblkfhdlnokkacnkiodpdijogaa
Popis Convert the embedded codes to amp code
Velikost souboru 229 KB
Počet instalací 320
Aktuální Verze 1.5.1
Poslední Aktualizace 2021-06-11
Datum Vydání 2020-03-09
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář Randeep R
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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'"
}