提供元: Francis Ruiz
Inspect and view changes in CSS Debug Overlay Plus source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "CSS Debug Overlay Plus",
"version": "1.3",
"description": "Enhanced visual CSS debugger with responsive, contrast, and performance tools.",
"permissions": [
"activeTab",
"tabs",
"storage",
"contextMenus"
],
"browser_action": {
"default_icon": "icons/logo_64.png",
"default_title": "CSS Debug Overlay Plus",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"css": [
"overlay.css"
],
"js": [
"content.js"
]
}
],
"icons": {
"32": "icons/logo_32.png",
"64": "icons/logo_64.png",
"128": "icons/logo_128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{82ca305e-920a-432b-ad80-a4c4a7bfa080}"
}
}
} ベストのCSS Debug Overlay Plus代替案
CSS Debug Overlay Plusに類似したFirefox add-onをいくつか紹介します:
Devil Debugger
Vignesh Miller
CSS Layout Debugger
CSS Layout Debugger
Css Debug with Pesticide CSS
Rob
CSS Viewer
cssviewer
Layout Debugger
CakhiaTV
Live CSS Editor Plus
Chastity
CSS Viewer
yaagame
Inspectre
CommitsOverCoffee
CSS Analyzer by Project Wallace
Bart Veneman
CSS Insight
Mark Digital