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…
Was ist AMP Accelerated Mobile Page Reader?
AMP Accelerated Mobile Page Reader ist eine Chrome-Erweiterung, die von https://dorightdigital.com entwickelt wurde, und ihr Hauptmerkmal ist "The AMP Project is all about improving the reading experience on mobile devices but it's not a technology limited to mobile. This…".
Erweiterungsscreenshots
AMP Accelerated Mobile Page Reader-Erweiterungs-CRX-Datei herunterladen
Laden Sie AMP Accelerated Mobile Page Reader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | AMP Accelerated Mobile Page Reader |
ID | baodpdnidmedcpanneabeldenamaaeoe |
Offizielle URL | https://chromewebstore.google.com/detail/amp-accelerated-mobile-pa/baodpdnidmedcpanneabeldenamaaeoe |
Beschreibung | The AMP Project is all about improving the reading experience on mobile devices but it's not a technology limited to mobile. This… |
Dateigröße | 150 KB |
Installationsanzahl | 639 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2015-10-18 |
Veröffentlichungsdatum | 2015-10-18 |
Bewertung | 4.25/5 Insgesamt 8 Bewertungen |
Entwickler | https://dorightdigital.com |
Zahlungsart | free |
Erweiterungswebsite | http://dorightdigital.com/amp-chrome-extension |
Unterstützte Sprachen | 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" ] } |