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…
Qu'est-ce que AMP Accelerated Mobile Page Reader ?
AMP Accelerated Mobile Page Reader est une extension Chrome développée par https://dorightdigital.com, et sa fonction principale est "The AMP Project is all about improving the reading experience on mobile devices but it's not a technology limited to mobile. This…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AMP Accelerated Mobile Page Reader
Téléchargez les fichiers d'extension AMP Accelerated Mobile Page Reader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | AMP Accelerated Mobile Page Reader |
ID | baodpdnidmedcpanneabeldenamaaeoe |
URL Officiel | 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… |
Taille du Fichier | 150 KB |
Nombre d'Installations | 639 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2015-10-18 |
Date de Publication | 2015-10-18 |
Évaluation | 4.25/5 Total 8 Évaluations |
Développeur | https://dorightdigital.com |
Type de Paiement | free |
Site Web de l'Extension | http://dorightdigital.com/amp-chrome-extension |
Langues Prises en Charge | 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" ] } |