DBG debugger toolbar
PHP Debugging and profiling extension
Wat is DBG debugger toolbar?
DBG debugger toolbar is een Chrome-extensie ontwikkeld door https://www.nusphere.com, en de belangrijkste functie is "PHP Debugging and profiling extension".
Extensie Screenshots
Download het CRX-bestand van de extensie DBG debugger toolbar
Download DBG debugger toolbar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
PHP Debugging and profiling in one click Basisinformatie over de Extensie
| Naam | |
| ID | jpfjdjkohmopcgecijakgemceodpjpdp |
| Officiële URL | https://chromewebstore.google.com/detail/dbg-debugger-toolbar/jpfjdjkohmopcgecijakgemceodpjpdp |
| Beschrijving | PHP Debugging and profiling extension |
| Bestandsgrootte | 80.62 KB |
| Aantal Installaties | 663 |
| Huidige Versie | 1.0.0.0 |
| Laatst Bijgewerkt | 2013-07-10 |
| Publicatiedatum | 2013-07-10 |
| Ontwikkelaar | https://www.nusphere.com |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |