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…
Vad är AMP Accelerated Mobile Page Reader?
AMP Accelerated Mobile Page Reader är en Chrome-tillägg utvecklad av https://dorightdigital.com, och dess huvudfunktion är "The AMP Project is all about improving the reading experience on mobile devices but it's not a technology limited to mobile. This…".
Tilläggsskärmbilder
Ladda ner AMP Accelerated Mobile Page Reader-förlängningens CRX-fil
Ladda ner AMP Accelerated Mobile Page Reader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | AMP Accelerated Mobile Page Reader |
ID | baodpdnidmedcpanneabeldenamaaeoe |
Officiell webbadress | https://chromewebstore.google.com/detail/amp-accelerated-mobile-pa/baodpdnidmedcpanneabeldenamaaeoe |
Beskrivning | The AMP Project is all about improving the reading experience on mobile devices but it's not a technology limited to mobile. This… |
Filstorlek | 150 KB |
Antal Installationer | 639 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2015-10-18 |
Publiceringsdatum | 2015-10-18 |
Betyg | 4.25/5 Totalt 8 Betyg |
Utvecklare | https://dorightdigital.com |
Betalningssätt | free |
Tilläggswebbplats | http://dorightdigital.com/amp-chrome-extension |
Stödda Språk | 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" ] } |