AMP Readiness Tool

Identify web technologies that are relevant to AMP

什麼是AMP Readiness Tool?

AMP Readiness Tool是由amp-readiness-tool-admin開發的Chrome擴展程式,該擴展的主要功能是“Identify web technologies that are relevant to AMP”。

擴展截圖

screenshot
screenshot
screenshot

下載AMP Readiness Tool擴展crx文件

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

擴展使用說明

                        AMP Readiness tool allows you to see what third-party technologies are used on a site and whether you can implement them using AMP.                    

擴展基本資訊

名稱 AMP Readiness Tool AMP Readiness Tool
ID fadclbipdhchagpdkjfcpippejnekimg
官方網址 https://chromewebstore.google.com/detail/amp-readiness-tool/fadclbipdhchagpdkjfcpippejnekimg
簡介 Identify web technologies that are relevant to AMP
檔案大小 1.2 MB
安裝次數 330
目前版本 4.0.3
更新時間 2019-06-13
上架時間 2019-06-13
評分 5.00/5 共 2 次評分
開發者 amp-readiness-tool-admin
電子郵箱 [email protected]
付費類型 free
支援的語言 id,de,en,fr,tr,es,it,pl,pt-BR,ro,sk,el,ru,uk,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AMP Readiness Tool",
    "short_name": "AMP Readiness Tool",
    "author": "Jeffrey Jose, Phillip Kriegel, Frank Broersen",
    "homepage_url": "https:\/\/github.com\/ampproject\/ampbench\/tree\/master\/readiness-tool",
    "description": "Identify web technologies that are relevant to AMP",
    "version": "4.0.3",
    "default_locale": "en",
    "manifest_version": 2,
    "icons": {
        "16": "images\/amp-readiness-new.png",
        "48": "images\/amp-readiness-new.png",
        "128": "images\/amp-readiness-new.png"
    },
    "page_action": {
        "default_icon": "images\/amp-readiness-new.png",
        "default_title": "AMP Readiness Tool",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "page": "html\/background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "node_modules\/webextension-polyfill\/dist\/browser-polyfill.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "js\/inject.js"
    ],
    "options_page": "html\/options.html",
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": false
    },
    "permissions": [
        "https:\/\/www.google-analytics.com\/",
        "storage",
        "cookies",
        "storage",
        "tabs",
        "webRequest",
        "webNavigation",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}