AMP Validator

Automatically checks each page for AMP validation.

AMP Validatorとは何ですか?

AMP Validatorはhttps://validator.ampproject.orgによって開発されたChromeの拡張機能で、その主な機能は「Automatically checks each page for AMP validation.」です。

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

screenshot
screenshot

AMP Validator拡張機能のCRXファイルをダウンロード

AMP Validator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The AMP Validator will check the current page to see if it is an AMP page and then run it through the AMP validator and report if the page passes (green) or fails (red) via the extension icon.

If there are any warnings or errors it'll list the number underneath the extension icon and clicking the icon will display the warnings and/or errors.

If the current page is not an AMP page and one is available via  the extension icon turns blue and clicking it will load the AMP version of that page.

By installing this item, you agree to the Google Terms of Service and Privacy Policy at https://policies.google.com/.                    

拡張機能の基本情報

名前 AMP Validator AMP Validator
ID nmoffdblmcmgeicmolmhobpoocbbmknc
公式URL https://chromewebstore.google.com/detail/amp-validator/nmoffdblmcmgeicmolmhobpoocbbmknc
説明 Automatically checks each page for AMP validation.
ファイルサイズ 2.51 MB
インストール数 70,128
現在のバージョン 1.3.1
最終更新日 2024-01-17
公開日 2020-02-12
評価 4.26/5 合計 95 レビュー
開発者 https://validator.ampproject.org
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://amp.dev/
プライバシーポリシーページのURL https://policies.google.com/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "version": "1.3.1",
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "action": {
        "default_icon": {
            "19": "no-amp-128.png",
            "38": "no-amp-38.png"
        }
    },
    "background": {
        "service_worker": "worker.js"
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "homepage_url": "https:\/\/amp.dev",
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/",
        ""
    ]
}