HTML Validator
This extension will validate HTML on a page
What is HTML Validator?
HTML Validator is a Chrome extension developed by peltzrc, and its main feature is "This extension will validate HTML on a page".
Extension Screenshots
Download HTML Validator Extension CRX File
Download HTML Validator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
If you're tired of cutting and pasting the URL to the web page that you want to validate, simply click on this extensions browser icon and be taking to a fully HTML Validated page. Uses the W3 Validator web page.
Extension Basic Information
Name | HTML Validator |
ID | bocbjjpebcmehmadhaiefilfieahhcmo |
Official URL | https://chromewebstore.google.com/detail/html-validator/bocbjjpebcmehmadhaiefilfieahhcmo |
Description | This extension will validate HTML on a page |
File Size | 51.64 KB |
Installation Count | 516 |
Current Version | 1.0 |
Last Updated | 2018-03-15 |
Publish Date | 2018-03-15 |
Developer | peltzrc |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HTML Validator", "description": "This extension will validate HTML on a page", "version": "1.0", "browser_action": { "default_icon": { "32": "images\/valid128.png" }, "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |