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