DBG debugger toolbar
PHP Debugging and profiling extension
Co to jest DBG debugger toolbar?
DBG debugger toolbar to rozszerzenie Chrome opracowane przez https://www.nusphere.com, a jego główną funkcją jest „PHP Debugging and profiling extension”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia DBG debugger toolbar
Pobierz pliki rozszerzeń DBG debugger toolbar w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
PHP Debugging and profiling in one click
Podstawowe informacje o rozszerzeniu
Nazwa | DBG debugger toolbar |
ID | jpfjdjkohmopcgecijakgemceodpjpdp |
Oficjalny URL | https://chromewebstore.google.com/detail/dbg-debugger-toolbar/jpfjdjkohmopcgecijakgemceodpjpdp |
Opis | PHP Debugging and profiling extension |
Rozmiar pliku | 80.62 KB |
Liczba instalacji | 663 |
Aktualna Wersja | 1.0.0.0 |
Ostatnia Aktualizacja | 2013-07-10 |
Data Publikacji | 2013-07-10 |
Deweloper | https://www.nusphere.com |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |