Markup Validator
Check the markup of the current page using different markup validators
What is Markup Validator?
Markup Validator is a Chrome extension developed by Roman Grinyov, and its main feature is "Check the markup of the current page using different markup validators".
Extension Screenshots
Download Markup Validator Extension CRX File
Download Markup 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
The extension is designed to check the markup of the current page or just any HTML code. Source code: https://github.com/w3lifer/crx-markup-validator
Extension Basic Information
Name | Markup Validator |
ID | fkkaidikdiekajbmmpiggofmjcgajegl |
Official URL | https://chromewebstore.google.com/detail/markup-validator/fkkaidikdiekajbmmpiggofmjcgajegl |
Description | Check the markup of the current page using different markup validators |
File Size | 58.26 KB |
Installation Count | 51 |
Current Version | 1.0.4 |
Last Updated | 2021-11-19 |
Publish Date | 2021-11-14 |
Developer | Roman Grinyov |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Markup Validator", "version": "1.0.4", "action": { "default_icon": { "16": "img\/icons\/16x16.png", "24": "img\/icons\/24x24.png", "32": "img\/icons\/32x32.png" }, "default_title": "Markup Validator", "default_popup": "html\/popup.html" }, "description": "Check the markup of the current page using different markup validators", "icons": { "16": "img\/icons\/16x16.png", "48": "img\/icons\/48x48.png", "128": "img\/icons\/128x128.png" }, "background": { "service_worker": "service-worker.js" }, "permissions": [ "tabs", "storage" ] } |