By: Francis Ruiz Add-on
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}"
}
}
} Best CSS Debug Overlay Plus Alternatives
Here are some Firefox add-ons that are similar to CSS Debug Overlay Plus:
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
DevScope - Developer Diagnostics
POLPROG
CSS Viewer
yaagame
CSS Grid Visualizer
Melan
Inspectre
CommitsOverCoffee
CSS Analyzer by Project Wallace
Bart Veneman
CSS Insight
Mark Digital