提供元: oschnicke
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"
}
} ベストのDBG debugger toolbar代替案
DBG debugger toolbarに類似したFirefox add-onをいくつか紹介します:
Xdebug Helper for Firefox
BrianGilbert_
Zend Debugger Toolbar
Rogue Wave Software
Debug Panel
Mihail DEV
Xdebug Starter
raicem
IndianXdebug helper
PANKAJ ASWAL
Xdebug Helper by JetBrains
JetBrains
Alpine.js DevTools Pro
Bartek Igielski
AKTA logger
niac
ChromeLogger
BurningMoth