W3C Markup Validation Service for CSR pages

W3C Validator for client side rendering pages

什么是W3C Markup Validation Service for CSR pages?

W3C Markup Validation Service for CSR pages是由인스웨이브 시스템즈开发的Chrome扩展程序,该扩展的主要功能是“W3C Validator for client side rendering pages”。

扩展截图

screenshot

下载W3C Markup Validation Service for CSR pages扩展crx文件

下载W3C Markup Validation Service for CSR pages扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A tool for validating the currently rendered html with the Markup Validation Service provided by the W3C.

It provides the ability to extract the HTML of the current page and populate values into Validate by Direct Input in the Markup Validation Service (https://validator.w3.org/#validate_by_input ).

This makes it easier to validate compliance with markup standards for pages generated by Client Site Rendering (CSR).                    

扩展基本信息

名称 W3C Markup Validation Service for CSR pages W3C Markup Validation Service for CSR pages
ID kfjemflfclknofbklcnbnpjelkfhcomk
官方URL https://chromewebstore.google.com/detail/w3c-markup-validation-ser/kfjemflfclknofbklcnbnpjelkfhcomk
简介 W3C Validator for client side rendering pages
文件大小 13.36 KB
安装次数 105
当前版本 1.0
更新时间 2024-02-02
上架时间 2024-02-01
评分 5.00/5 共1次评分
开发者 인스웨이브 시스템즈
电子邮箱 [email protected]
付费类型 free
扩展官网 https://inswave.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "W3C Markup Validation Service for CSR pages",
    "description": "W3C Validator for client side rendering pages",
    "version": "1.0",
    "permissions": [
        "activeTab",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.validator.w3.org\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "W3C Markup Validation Service for CSR pages"
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "manifest_version": 3
}