By: JetBrains
Inspect and view changes in Xdebug Helper by JetBrains source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Xdebug Helper by JetBrains",
"version": "1.0.5",
"description": "A modern, dependency-free, extension for Xdebug",
"author": "fraser.chapman@gmail.com",
"default_locale": "en",
"permissions": [
"storage",
"activeTab"
],
"icons": {
"16": "img/disable16.png",
"32": "img/disable32.png",
"128": "img/disable128.png"
},
"options_page": "options.html",
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"content.js"
]
}
],
"background": {
"scripts": [
"service_worker.js"
]
},
"commands": {
"run-toggle-debug": {
"suggested_key": {
"default": "Alt+C",
"mac": "Alt+C"
},
"description": "__MSG_options_toggle_debug__"
},
"run-toggle-profile": {
"suggested_key": {
"default": "Alt+V",
"mac": "Alt+V"
},
"description": "__MSG_options_toggle_profile__"
},
"run-toggle-trace": {
"suggested_key": {
"default": "Alt+B",
"mac": "Alt+B"
},
"description": "__MSG_options_toggle_trace__"
},
"_execute_action": {
"suggested_key": {
"default": "Alt+X",
"mac": "Alt+X"
}
}
},
"browser_specific_settings": {
"gecko": {
"id": "xdebug-helper@JetBrains"
}
},
"page_action": {
"default_icon": "img/disable32.png",
"default_popup": "popup.html",
"show_matches": [
"http://*/*",
"https://*/*"
]
}
} Best Xdebug Helper by JetBrains Alternatives
Here are some Firefox add-ons that are similar to Xdebug Helper by JetBrains:
xdebug extension
Fraser
Xdebug Helper for Firefox
BrianGilbert_
Xdebug Starter
raicem
Xdebug Session Cookie
Kudlaty
Xdebug Cookie
lurkker
Xdebug-ext
Loïc HALL
Xdebug-extre
Nohu
Xdebug-exta
Game bài đổi thưởng
XDebug WebExt
Pierre
Xdebug-extte
te
Manage XDEBUG_PROFILE Cookie for Debugging
GoodProgrammist