Por: Atanas Atanasov Add-on
Inspect and view changes in CSS Diagnostics source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "CSS Diagnostics",
"version": "1.0",
"description": "Highlight potentially invalid or erroneous HTML markup",
"homepage_url": "https://github.com/scriptex/css-diagnostics",
"manifest_version": 2,
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "assets/icon.png"
},
"icons": {
"16": "assets/icon-16x16.png",
"32": "assets/icon-32x32.png",
"48": "assets/icon-48x48.png",
"128": "assets/icon-128x128.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_end"
},
{
"matches": [
"<all_urls>"
],
"css": [
"style.css"
],
"run_at": "document_start"
}
],
"permissions": [
"activeTab",
"storage",
"contextMenus"
],
"optional_permissions": [
"http://*/*",
"https://*/*"
]
} Mejores alternativas CSS Diagnostics
Aquí hay algunas Firefox add-ons que son similares a CSS Diagnostics:
a11y.css accessibility checker
Stephane Deschamps
HTML Tag Error Checker
macha
HTML Validator Plus
OK365
Code Compliance
James Crooke
Layout Debugger
CakhiaTV
Accessibility Fix Checker
Harrison
Page Element Highlighter
Màn hình LED Rubik
(X)HTML5 Checker
Francesco De Stefano
CSS Lint Checker
789BET
HTML, CSS, JS Validator
Martin Sullivan
Html Validator
Marc Gueury
Web Developer Checklist
Toptal