AMP Code Generator
Convert the embedded codes to amp code
Τι είναι το AMP Code Generator;
Το AMP Code Generator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Randeep R, και η κύρια λειτουργία του είναι "Convert the embedded codes to amp code".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης AMP Code Generator
Λήψη αρχείων επέκτασης AMP Code Generator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 |
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'" } |