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