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
扩展基本信息
名称 | DBG debugger toolbar |
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" ] } |