HTML Validator
Add HTML Validator in Developer Tools
什麼是HTML Validator?
HTML Validator是由https://gueury.com開發的Chrome擴展程式,該擴展的主要功能是“Add HTML Validator in Developer Tools”。
擴展截圖
下載HTML Validator擴展crx文件
下載HTML Validator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This is the of HTML Validator extension for Chrome Manifest V3. It checks the code, syntax, of your HTML 5 pages. HTML Validator for Chrome is a browser extension that adds HTML validation inside Developer Tools of Chrome. The number of errors of a HTML page is seen with an icon in the browser status bar. The details is seen in the developer tools. The extension is based on HTML Tidy. The algorithm was originally developed by the Web Consortium W3C. The algorithm is embedded inside your browser and makes the validation locally on your machine, without sending HTML to a third party server. HTML Tidy is a helpful program that tries to help people to correct their HTML errors. It finds HTML errors and classifies them in 3 categories: * errors: HTML errors that Tidy cannot fix or understand. * warnings: HTML errors that Tidy can fix automatically * (optional) accessibility warnings: HTML warnings for the 3 priority levels defined in W3c WAI There is also an automatic "Clean up" button that will do his best to propose you a cleaned version of your page, without errors. For any question, mail me at [email protected] or log a bug in: > https://gitlab.com/mgueury/html_validator/issues
擴展基本資訊
名稱 | HTML Validator |
ID | mpbelhhnfhfjnaehkcnnaknldmnocglk |
官方網址 | https://chromewebstore.google.com/detail/html-validator/mpbelhhnfhfjnaehkcnnaknldmnocglk |
簡介 | Add HTML Validator in Developer Tools |
檔案大小 | 2.5 MB |
安裝次數 | 46,461 |
目前版本 | 0.9.9.8 |
更新時間 | 2022-12-28 |
上架時間 | 2018-05-28 |
評分 | 3.46/5 共 35 次評分 |
開發者 | https://gueury.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.gueury.com/mozilla/ |
說明頁面URL | https://www.gueury.com/mozilla/faq.html |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HTML Validator", "version": "0.9.9.8", "manifest_version": 3, "description": "Add HTML Validator in Developer Tools", "devtools_page": "tidy_devtools.html", "options_page": "common\/tidy_option.html", "homepage_url": "http:\/\/www.gueury.com\/mozilla", "web_accessible_resources": [ { "resources": [ "*" ], "matches": [ " |