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
Eメール [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"
    ]
}