IndianXdebug helper Firefox

Examine source code of IndianXdebug helper

Inspect and view changes in IndianXdebug helper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "IndianXdebug helper",
  "description": "Easy debugging, profiling and tracing extension for Xdebug",
  "version": "1.0.1",
  "author": "PANKAJ ASWAL",
  "manifest_version": 2,
  "minimum_chrome_version": "20",
  "permissions": [
    "tabs",
    "*://*/*"
  ],
  "icons": {
    "16": "images/icon--16.png",
    "48": "images/icon--48.png",
    "128": "images/icon--128.png",
    "256": "images/icon--256.png",
    "512": "images/icon--512.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "page_action": {
    "default_icon": "images/bug-gray.svg",
    "default_title": "Debugging, profiling & tracing disabled",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+X",
        "windows": "Ctrl+Shift+X",
        "mac": "Command+Shift+X"
      },
      "description": "Open popup to toggle state"
    },
    "toggle_debug_action": {
      "suggested_key": {
        "default": "Alt+Shift+X",
        "windows": "Alt+Shift+X",
        "mac": "Alt+Shift+X"
      },
      "description": "Easily Toggle between the debug states for getting debug information"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{9a84a1ba-c442-4cb0-9848-492864e625e8}"
    }
  }
}

Best IndianXdebug helper Alternatives

Here are some Firefox add-ons that are similar to IndianXdebug helper: