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…
什么是AMP Accelerated Mobile Page Reader?
AMP Accelerated Mobile Page Reader是由https://dorightdigital.com开发的Chrome扩展程序,该扩展的主要功能是“The AMP Project is all about improving the reading experience on mobile devices but it's not a technology limited to mobile. This…”。
扩展截图
下载AMP Accelerated Mobile Page Reader扩展crx文件
下载AMP Accelerated Mobile Page Reader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | AMP Accelerated Mobile Page Reader |
ID | baodpdnidmedcpanneabeldenamaaeoe |
官方URL | https://chromewebstore.google.com/detail/amp-accelerated-mobile-pa/baodpdnidmedcpanneabeldenamaaeoe |
简介 | The AMP Project is all about improving the reading experience on mobile devices but it's not a technology limited to mobile. This… |
文件大小 | 150 KB |
安装次数 | 639 |
当前版本 | 1.0.1 |
更新时间 | 2015-10-18 |
上架时间 | 2015-10-18 |
评分 | 4.25/5 共8次评分 |
开发者 | https://dorightdigital.com |
付费类型 | free |
扩展官网 | http://dorightdigital.com/amp-chrome-extension |
支持的语言 | 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" ] } |