Markup Validator

Check the markup of the current page using different markup validators

Markup Validatorคืออะไร?

Markup Validator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Roman Grinyov และคุณลักษณะหลักของมันคือ "Check the markup of the current page using different markup validators"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Markup Validator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The extension is designed to check the markup of the current page or just any HTML code.

Source code: https://github.com/w3lifer/crx-markup-validator                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Markup Validator Markup Validator
ID fkkaidikdiekajbmmpiggofmjcgajegl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/markup-validator/fkkaidikdiekajbmmpiggofmjcgajegl
คำอธิบาย Check the markup of the current page using different markup validators
ขนาดไฟล์ 58.26 KB
จำนวนการติดตั้ง 51
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2021-11-19
วันที่เผยแพร่ 2021-11-14
ผู้พัฒนา Roman Grinyov
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Markup Validator",
    "version": "1.0.4",
    "action": {
        "default_icon": {
            "16": "img\/icons\/16x16.png",
            "24": "img\/icons\/24x24.png",
            "32": "img\/icons\/32x32.png"
        },
        "default_title": "Markup Validator",
        "default_popup": "html\/popup.html"
    },
    "description": "Check the markup of the current page using different markup validators",
    "icons": {
        "16": "img\/icons\/16x16.png",
        "48": "img\/icons\/48x48.png",
        "128": "img\/icons\/128x128.png"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}