By: Nhà Cái Uy Tín
Inspect and view changes in ValidateX - HTML & XML Validator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "ValidateX - HTML and XML Validator",
"version": "1.0",
"description": "Validates HTML and XML markup against W3C standards",
"icons": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
},
"action": {
"default_icon": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
},
"default_title": "ValidateX",
"default_popup": "popup/popup.html"
},
"permissions": [
"activeTab",
"storage"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "validatex@example.com"
}
}
} Best ValidateX - HTML & XML Validator Alternatives
Here are some Firefox add-ons that are similar to ValidateX - HTML & XML Validator:
XML Validator
xml-validator
Validate HTML
OKVIP
(X)HTML5 Checker
Francesco De Stefano
Yet Another W3C Validator
Andreas Rieber
HTML Validator Plus
OK365
HTML Validators
Hi88
Validate HTML
Nathan Hernden
Html Validator
Marc Gueury
XML Viewer Plus
Francesco De Stefano
HTML, CSS, JS Validator
Martin Sullivan
HTML Valid
Sonclub
CSS and XPath checker
TANIGUCHI Takaki