Markup Validator

Check the markup of the current page using different markup validators

什麼是Markup Validator?

Markup Validator是由Roman Grinyov開發的Chrome擴展程式,該擴展的主要功能是“Check the markup of the current page using different markup validators”。

擴展截圖

screenshot

下載Markup Validator擴展crx文件

下載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
官方網址 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"
    ]
}