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'" } |