By: BrianGilbert_
Inspect and view changes in Xdebug Helper for Firefox source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "Xdebug helper",
"description": "Easy debugging, profiling and tracing extension for Xdebug",
"version": "1.0.10",
"author": "Brian Gilbert",
"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-outline.svg",
"default_title": "Debugging, profiling & tracing",
"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": "Toggle between the debug states"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{806cbba4-1bd3-4916-9ddc-e719e9ca0cbf}"
}
}
} Best Xdebug Helper for Firefox Alternatives
Here are some Firefox add-ons that are similar to Xdebug Helper for Firefox:
Xdebug Starter
raicem
IndianXdebug helper
PANKAJ ASWAL
Xdebug Session Cookie
Kudlaty
Xdebug Helper by JetBrains
JetBrains
XHProf helper for Firefox
Michiel Roos
xdebug extension
Fraser
Xdebug-ext
Loïc HALL
Manage XDEBUG_PROFILE Cookie for Debugging
GoodProgrammist
XDebug WebExt
Pierre
Flash Debugger
O-Minds
Zend Debugger Toolbar
Rogue Wave Software