AMP cache
AMP cache
AMP cacheคืออะไร?
AMP cache เป็นส่วนขยายของ Chrome ที่พัฒนาโดย davidramoschaves และคุณลักษณะหลักของมันคือ "AMP cache"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AMP cache
ดาวน์โหลดไฟล์ส่วนขยาย AMP cache ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extensión para ver la versión guardada en cache de AMP de Google
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | AMP cache |
ID | dbkgkbgeebgdfihcneopgbdaicefeooo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/amp-cache/dbkgkbgeebgdfihcneopgbdaicefeooo |
คำอธิบาย | AMP cache |
ขนาดไฟล์ | 11.25 KB |
จำนวนการติดตั้ง | 32 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2020-04-17 |
วันที่เผยแพร่ | 2020-04-16 |
ผู้พัฒนา | davidramoschaves |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-128.png", "default_title": "AMP cache La Vanguardia" }, "name": "AMP cache", "description": "AMP cache", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1", "manifest_version": 2 } |