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