AMP Code Generator
Convert the embedded codes to amp code
Qu'est-ce que AMP Code Generator ?
AMP Code Generator est une extension Chrome développée par Randeep R, et sa fonction principale est "Convert the embedded codes to amp code".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AMP Code Generator
Téléchargez les fichiers d'extension AMP Code Generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | AMP Code Generator |
ID | kphjjkblkfhdlnokkacnkiodpdijogaa |
URL Officiel | https://chromewebstore.google.com/detail/amp-code-generator/kphjjkblkfhdlnokkacnkiodpdijogaa |
Description | Convert the embedded codes to amp code |
Taille du Fichier | 229 KB |
Nombre d'Installations | 320 |
Version Actuelle | 1.5.1 |
Dernière Mise à Jour | 2021-06-11 |
Date de Publication | 2020-03-09 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Randeep R |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |