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…
Wat is AMP Accelerated Mobile Page Reader?
AMP Accelerated Mobile Page Reader is een Chrome-extensie ontwikkeld door https://dorightdigital.com, en de belangrijkste functie is "The AMP Project is all about improving the reading experience on mobile devices but it's not a technology limited to mobile. This…".
Extensie Screenshots
Download het CRX-bestand van de extensie AMP Accelerated Mobile Page Reader
Download AMP Accelerated Mobile Page Reader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | AMP Accelerated Mobile Page Reader |
ID | baodpdnidmedcpanneabeldenamaaeoe |
Officiële URL | https://chromewebstore.google.com/detail/amp-accelerated-mobile-pa/baodpdnidmedcpanneabeldenamaaeoe |
Beschrijving | The AMP Project is all about improving the reading experience on mobile devices but it's not a technology limited to mobile. This… |
Bestandsgrootte | 150 KB |
Aantal Installaties | 639 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2015-10-18 |
Publicatiedatum | 2015-10-18 |
Beoordeling | 4.25/5 Totaal 8 Beoordelingen |
Ontwikkelaar | https://dorightdigital.com |
Betalingswijze | free |
Extensiewebsite | http://dorightdigital.com/amp-chrome-extension |
Ondersteunde Talen | 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" ] } |