AMP Accelerated Mobile Pages Desktop Viewer

A Chrome extension to view AMP (accelerated mobile pages) in the desktop browser. Allows you to enable AMP for individual websites…

什麼是AMP Accelerated Mobile Pages Desktop Viewer?

AMP Accelerated Mobile Pages Desktop Viewer是由bigpress.net開發的Chrome擴展程式,該擴展的主要功能是“A Chrome extension to view AMP (accelerated mobile pages) in the desktop browser. Allows you to enable AMP for individual websites…”。

擴展截圖

screenshot

下載AMP Accelerated Mobile Pages Desktop Viewer擴展crx文件

下載AMP Accelerated Mobile Pages Desktop Viewer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        A Chrome extension to view AMP (accelerated mobile pages) in the desktop browser. Allows you to enable AMP for individual websites or all websites.

When a page allows AMP view you will see an icon in the address bar, just click it. To return back to the normal version click it again.                    

擴展基本資訊

名稱 AMP Accelerated Mobile Pages Desktop Viewer AMP Accelerated Mobile Pages Desktop Viewer
ID abbbnefchbpffkbnadnopdahjcmbheho
官方網址 https://chromewebstore.google.com/detail/amp-accelerated-mobile-pa/abbbnefchbpffkbnadnopdahjcmbheho
簡介 A Chrome extension to view AMP (accelerated mobile pages) in the desktop browser. Allows you to enable AMP for individual websites…
檔案大小 264 KB
安裝次數 1,724
目前版本 1.2.0
更新時間 2016-02-25
上架時間 2016-02-25
評分 3.00/5 共 10 次評分
開發者 bigpress.net
電子郵箱 [email protected]
付費類型 free
擴展官網 http://bigpress.net/en/amp_desktop
說明頁面URL http://bigpress.freshdesk.com
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AMP Accelerated Mobile Pages Desktop Viewer",
    "version": "1.2.0",
    "short_name": "AMP Desktop",
    "author": "Bigpress",
    "background": {
        "scripts": [
            "core\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "core\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "page_action": {
        "default_icon": {
            "38": "icons\/icon38.png"
        },
        "default_title": "AMP View"
    },
    "icons": {
        "16": "icons\/default16.png",
        "48": "icons\/default48.png",
        "128": "icons\/default.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}