DBG debugger toolbar
PHP Debugging and profiling extension
DBG debugger toolbarとは何ですか?
DBG debugger toolbarはhttps://www.nusphere.comによって開発されたChromeの拡張機能で、その主な機能は「PHP Debugging and profiling extension」です。
拡張機能のスクリーンショット
DBG debugger toolbar拡張機能のCRXファイルをダウンロード
DBG debugger toolbar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
PHP Debugging and profiling in one click 拡張機能の基本情報
| 名前 | |
| ID | jpfjdjkohmopcgecijakgemceodpjpdp |
| 公式URL | https://chromewebstore.google.com/detail/dbg-debugger-toolbar/jpfjdjkohmopcgecijakgemceodpjpdp |
| 説明 | PHP Debugging and profiling extension |
| ファイルサイズ | 80.62 KB |
| インストール数 | 663 |
| 現在のバージョン | 1.0.0.0 |
| 最終更新日 | 2013-07-10 |
| 公開日 | 2013-07-10 |
| 開発者 | https://www.nusphere.com |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "DBG debugger toolbar",
"version": "1.0.0.0",
"description": "PHP Debugging and profiling extension",
"background": {
"scripts": [
"background.js"
]
},
"options_page": "options.html",
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"icons": {
"128": "images\/icon-128.png",
"48": "images\/icon-48.png"
},
"page_action": {
"default_icon": "images\/bug-gray.png",
"default_title": "Debugging & profiling disabled",
"default_popup": "popup.html"
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*",
"background"
]
} | |