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
官方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"
    ]
}