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…
What is AMP Accelerated Mobile Page Reader?
AMP Accelerated Mobile Page Reader is a Chrome extension developed by https://dorightdigital.com, and its main feature is "The AMP Project is all about improving the reading experience on mobile devices but it's not a technology limited to mobile. This…".
Extension Screenshots
Download AMP Accelerated Mobile Page Reader Extension CRX File
Download AMP Accelerated Mobile Page Reader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | AMP Accelerated Mobile Page Reader |
ID | baodpdnidmedcpanneabeldenamaaeoe |
Official URL | https://chromewebstore.google.com/detail/amp-accelerated-mobile-pa/baodpdnidmedcpanneabeldenamaaeoe |
Description | The AMP Project is all about improving the reading experience on mobile devices but it's not a technology limited to mobile. This… |
File Size | 150 KB |
Installation Count | 639 |
Current Version | 1.0.1 |
Last Updated | 2015-10-18 |
Publish Date | 2015-10-18 |
Rating | 4.25/5 Total 8 Ratings |
Developer | https://dorightdigital.com |
Payment Type | free |
Extension Website | http://dorightdigital.com/amp-chrome-extension |
Supported Languages | 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" ] } |