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
官方網址 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
}