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 レビュー
開発者 인스웨이브 시스템즈
Eメール [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
}