DBG debugger toolbar Firefox

Examine source code of DBG debugger toolbar

Inspect and view changes in DBG debugger toolbar source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "DBG debugger toolbar",
  "description": "PHP Debugging and profiling extension",
  "version": "1.0.0.1",
  "manifest_version": 2,
  "minimum_chrome_version": "20",
  "permissions": [
    "tabs",
    "cookies",
    "storage",
    "<all_urls>"
  ],
  "options_ui": {
    "page": "options.html"
  },
  "browser_action": {
    "default_icon": "images/bug-gray.png",
    "default_popup": "popup.html",
    "default_title": "Debugging & profiling disabled"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "icons": {
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  }
}

Best DBG debugger toolbar Alternatives

Here are some Firefox add-ons that are similar to DBG debugger toolbar: