AMP Accelerated Mobile Page Reader
The AMP Project is all about improving the reading experience on mobile devices but it's not a technology limited to mobile. This…
AMP Accelerated Mobile Page Readerคืออะไร?
AMP Accelerated Mobile Page Reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dorightdigital.com และคุณลักษณะหลักของมันคือ "The AMP Project is all about improving the reading experience on mobile devices but it's not a technology limited to mobile. This…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AMP Accelerated Mobile Page Reader
ดาวน์โหลดไฟล์ส่วนขยาย AMP Accelerated Mobile Page Reader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The AMP Project is all about improving the reading experience on mobile devices but it's not a technology limited to mobile. This Chrome Extension gives desktop users the same benefits and is controlled by them. You set which pages, which domains you want to see AMP versions on. By default any time we find an AMP version we'll show it instead of the original page but you can set up your own preferences.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | AMP Accelerated Mobile Page Reader |
ID | baodpdnidmedcpanneabeldenamaaeoe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/amp-accelerated-mobile-pa/baodpdnidmedcpanneabeldenamaaeoe |
คำอธิบาย | The AMP Project is all about improving the reading experience on mobile devices but it's not a technology limited to mobile. This… |
ขนาดไฟล์ | 150 KB |
จำนวนการติดตั้ง | 639 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2015-10-18 |
วันที่เผยแพร่ | 2015-10-18 |
คะแนน | 4.25/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | https://dorightdigital.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://dorightdigital.com/amp-chrome-extension |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AMP Accelerated Mobile Page Reader", "version": "1.0.1", "short_name": "AMP Reader", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "core\/config.js", "core\/helpers.js", "core\/stateManager.js", "core\/content.js" ] } ], "browser_action": { "default_icon": "icons\/default.png", "default_popup": "popup\/popup.html" }, "icons": { "16": "icons\/default16.png", "48": "icons\/default48.png", "128": "icons\/default.png" }, "background": { "scripts": [ "core\/background.js" ] }, "permissions": [ "tabs", "storage" ] } |