Validator Plus

HTML and CSS Validator. Users can click on the icon to have the current page sent in for validation.

Validator Plusとは何ですか?

Validator Plusはmkearlによって開発されたChromeの拡張機能で、その主な機能は「HTML and CSS Validator. Users can click on the icon to have the current page sent in for validation.」です。

拡張機能のスクリーンショット

screenshot

Validator Plus拡張機能のCRXファイルをダウンロード

Validator Plus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        HTML & CSS validation. Users may click on icon to send the current page in for HTML and CSS validation.                    

拡張機能の基本情報

名前 Validator Plus Validator Plus
ID jpclbenngflicfhbonhmboehlmldlbec
公式URL https://chrome.google.com/webstore/detail/validator-plus/jpclbenngflicfhbonhmboehlmldlbec
説明 HTML and CSS Validator. Users can click on the icon to have the current page sent in for validation.
ファイルサイズ 17.52 KB
インストール数 819
現在のバージョン 0.1
最終更新日 2018-06-05
公開日 2018-06-05
評価 5.00/5 合計 3 レビュー
開発者 mkearl
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Validator Plus",
    "description": "HTML and CSS Validator. Users can click on the icon to have the current page sent in for validation.",
    "version": "0.1",
    "icons": {
        "16": "validatorplus16.png",
        "48": "validatorplus48.png",
        "128": "validatorplus128.png"
    },
    "browser_action": {
        "default_icon": "validatorplus16.png"
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "tabs"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}