Kingsquare HTML Validator
A HTML5 validation library, using a JavaScript port of the excellent TIDY library
Kingsquare HTML Validatorとは何ですか?
Kingsquare HTML Validatorはhttps://kingsquare.nlによって開発されたChromeの拡張機能で、その主な機能は「A HTML5 validation library, using a JavaScript port of the excellent TIDY library」です。
拡張機能のスクリーンショット
Kingsquare HTML Validator拡張機能のCRXファイルをダウンロード
Kingsquare HTML Validator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension brings the the TIDY HTML Validation library to your browser. You will no longer need remote services to validate your HTML(5). This is the first offline HTML validator for Chrome. For more information on the project, see http://www.kingsquare.nl/html-validator ** PLEASE NOTE ** Please restart your browser after installing the extension. Open the development tools panel to activate the validator. Every page will get validated automatically, check the flag at the end of your address bar to see the current status. See the last tab of the development tools to get a full report.
拡張機能の基本情報
名前 | Kingsquare HTML Validator |
ID | anjdemaoejlpgmnmkijdemoiebcddhkc |
公式URL | https://chromewebstore.google.com/detail/kingsquare-html-validator/anjdemaoejlpgmnmkijdemoiebcddhkc |
説明 | A HTML5 validation library, using a JavaScript port of the excellent TIDY library |
ファイルサイズ | 1 MB |
インストール数 | 2,272 |
現在のバージョン | 1.4 |
最終更新日 | 2012-08-28 |
公開日 | 2012-08-28 |
評価 | 2.86/5 合計 36 レビュー |
開発者 | https://kingsquare.nl |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://www.kingsquare.nl/html-validator |
対応言語 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kingsquare HTML Validator", "version": "1.4", "manifest_version": 2, "description": "A HTML5 validation library, using a JavaScript port of the excellent TIDY library", "devtools_page": "devtools.html", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" }, "page_action": { "default_icon": "loading.gif", "default_title": "Checkout Development Tools \/ HTML validator for more info" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "permissions": [ "http:\/\/*\/*" ], "offline_enabled": true } |