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…」です。

拡張機能のスクリーンショット

screenshot

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 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"
    ]
}