⚡️ 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"
    }
}