CSS Debug Overlay Plus Firefox

Examine source code of CSS Debug Overlay Plus

제작자: 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입니다: