⚡️ 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
官方網址 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"
    }
}