AMP Readiness Tool

Identify web technologies that are relevant to AMP

AMP Readiness Tool là gì?

AMP Readiness Tool là một tiện ích mở rộng Chrome được phát triển bởi amp-readiness-tool-admin, và tính năng chính của nó là "Identify web technologies that are relevant to AMP".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AMP Readiness Tool

Tải xuống các tệp mở rộng AMP Readiness Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AMP Readiness Tool AMP Readiness Tool
ID fadclbipdhchagpdkjfcpippejnekimg
URL Chính Thức https://chromewebstore.google.com/detail/amp-readiness-tool/fadclbipdhchagpdkjfcpippejnekimg
Mô tả Identify web technologies that are relevant to AMP
Kích Thước Tệp 1.2 MB
Số Lần Cài Đặt 330
Phiên Bản Hiện Tại 4.0.3
Cập Nhật Lần Cuối 2019-06-13
Ngày Phát Hành 2019-06-13
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển amp-readiness-tool-admin
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}