⚡️ Desktop AMP

Load the AMP version of a page if available

什么是⚡️ Desktop AMP?

⚡️ Desktop AMP是由Ed Lea开发的Chrome扩展程序,该扩展的主要功能是“Load the AMP version of a page if available”。

扩展截图

screenshot

下载⚡️ Desktop AMP扩展crx文件

下载⚡️ Desktop AMP扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The AMP Project (https://www.ampproject.org) aims to improve the experience of reading web content on mobile clients.

There's no reason to only consume AMP enabled content on mobile. For that reason we've built Safari and Chrome extensions that will load AMP versions of articles when present.                    

扩展基本信息

名称 ⚡️ Desktop AMP ⚡️ Desktop AMP
ID igokgmnkplcfgnegidccbgmlnecaffhh
官方URL https://chromewebstore.google.com/detail/%E2%9A%A1%EF%B8%8F-desktop-amp/igokgmnkplcfgnegidccbgmlnecaffhh
简介 Load the AMP version of a page if available
文件大小 45.22 KB
安装次数 579
当前版本 2.3.1
更新时间 2016-09-04
上架时间 2016-09-04
评分 4.04/5 共23次评分
开发者 Ed Lea
付费类型 free
扩展官网 https://github.com/edlea/DesktopAMP
帮助页面URL https://github.com/edlea/DesktopAMP/issues
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u26a1\ufe0f Desktop AMP",
    "short_name": "Desktop \u26a1\ufe0f",
    "description": "Load the AMP version of a page if available",
    "author": "Ed Lea",
    "version": "2.3.1",
    "content_scripts": [
        {
            "js": [
                "amp.js"
            ],
            "run_at": "document_start",
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "history"
    ],
    "manifest_version": 2,
    "icons": {
        "16": "icons\/Icon-16.png",
        "48": "icons\/Icon-48.png",
        "128": "icons\/Icon-128.png"
    }
}