제작자: Atanas Atanasov
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://*/*"
]
} 최고의 CSS Diagnostics 대안
다음은 CSS Diagnostics과(와) 유사한 Firefox add-on입니다:
HTML Tag Error Checker
macha
a11y.css accessibility checker
Stephane Deschamps
Code Compliance
James Crooke
HTML Validator Plus
OK365
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