Kingsquare HTML Validator
A HTML5 validation library, using a JavaScript port of the excellent TIDY library
Kingsquare HTML Validator là gì?
Kingsquare HTML Validator là một tiện ích mở rộng Chrome được phát triển bởi https://kingsquare.nl, và tính năng chính của nó là "A HTML5 validation library, using a JavaScript port of the excellent TIDY library".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Kingsquare HTML Validator
Tải xuống các tệp mở rộng Kingsquare HTML Validator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Kingsquare HTML Validator |
ID | anjdemaoejlpgmnmkijdemoiebcddhkc |
URL Chính Thức | https://chromewebstore.google.com/detail/kingsquare-html-validator/anjdemaoejlpgmnmkijdemoiebcddhkc |
Mô tả | A HTML5 validation library, using a JavaScript port of the excellent TIDY library |
Kích Thước Tệp | 1 MB |
Số Lần Cài Đặt | 2,272 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2012-08-28 |
Ngày Phát Hành | 2012-08-28 |
Đánh Giá | 2.86/5 Tổng số 36 Đánh Giá |
Nhà Phát Triển | https://kingsquare.nl |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.kingsquare.nl/html-validator |
Ngôn Ngữ Được Hỗ Trợ | 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 } |