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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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'" } |