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…
Apa itu AMP Accelerated Mobile Page Reader?
AMP Accelerated Mobile Page Reader adalah ekstensi Chrome yang dikembangkan oleh https://dorightdigital.com, dan fitur utamanya adalah "The AMP Project is all about improving the reading experience on mobile devices but it's not a technology limited to mobile. This…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi AMP Accelerated Mobile Page Reader
Unduh file ekstensi AMP Accelerated Mobile Page Reader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | AMP Accelerated Mobile Page Reader |
ID | baodpdnidmedcpanneabeldenamaaeoe |
URL Resmi | https://chromewebstore.google.com/detail/amp-accelerated-mobile-pa/baodpdnidmedcpanneabeldenamaaeoe |
Deskripsi | The AMP Project is all about improving the reading experience on mobile devices but it's not a technology limited to mobile. This… |
Ukuran File | 150 KB |
Jumlah Instalasi | 639 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2015-10-18 |
Tanggal Publikasi | 2015-10-18 |
Penilaian | 4.25/5 Total 8 Penilaian |
Pengembang | https://dorightdigital.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://dorightdigital.com/amp-chrome-extension |
Bahasa yang Didukung | 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" ] } |