AMP Validator

Automatically checks each page for AMP validation.

AMP Validatorคืออะไร?

AMP Validator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://validator.ampproject.org และคุณลักษณะหลักของมันคือ "Automatically checks each page for AMP validation."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AMP Validator

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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": [
        "*:\/\/*\/",
        ""
    ]
}