AMP Code Generator
Convert the embedded codes to amp code
Was ist AMP Code Generator?
AMP Code Generator ist eine Chrome-Erweiterung, die von Randeep R entwickelt wurde, und ihr Hauptmerkmal ist "Convert the embedded codes to amp code".
Erweiterungsscreenshots
AMP Code Generator-Erweiterungs-CRX-Datei herunterladen
Laden Sie AMP Code Generator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | AMP Code Generator |
ID | kphjjkblkfhdlnokkacnkiodpdijogaa |
Offizielle URL | https://chromewebstore.google.com/detail/amp-code-generator/kphjjkblkfhdlnokkacnkiodpdijogaa |
Beschreibung | Convert the embedded codes to amp code |
Dateigröße | 229 KB |
Installationsanzahl | 320 |
Aktuelle Version | 1.5.1 |
Letztes Update | 2021-06-11 |
Veröffentlichungsdatum | 2020-03-09 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | Randeep R |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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'" } |