Validator Plus
HTML and CSS Validator. Users can click on the icon to have the current page sent in for validation.
What is Validator Plus?
Validator Plus is a Chrome extension developed by mkearl, and its main feature is "HTML and CSS Validator. Users can click on the icon to have the current page sent in for validation.".
Extension Screenshots
Download Validator Plus Extension CRX File
Download Validator Plus 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
HTML & CSS validation. Users may click on icon to send the current page in for HTML and CSS validation.
Extension Basic Information
Name | |
ID | jpclbenngflicfhbonhmboehlmldlbec |
Official URL | https://chrome.google.com/webstore/detail/validator-plus/jpclbenngflicfhbonhmboehlmldlbec |
Description | HTML and CSS Validator. Users can click on the icon to have the current page sent in for validation. |
File Size | 17.52 KB |
Installation Count | 819 |
Current Version | 0.1 |
Last Updated | 2018-06-05 |
Publish Date | 2018-06-05 |
Rating | 5.00/5 Total 3 Ratings |
Developer | mkearl |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } } |