DBG debugger toolbar
PHP Debugging and profiling extension
Apa itu DBG debugger toolbar?
DBG debugger toolbar adalah ekstensi Chrome yang dikembangkan oleh https://www.nusphere.com, dan fitur utamanya adalah "PHP Debugging and profiling extension".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi DBG debugger toolbar
Unduh file ekstensi DBG debugger toolbar dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
PHP Debugging and profiling in one click
Informasi Dasar Ekstensi
Nama | DBG debugger toolbar |
ID | jpfjdjkohmopcgecijakgemceodpjpdp |
URL Resmi | https://chromewebstore.google.com/detail/dbg-debugger-toolbar/jpfjdjkohmopcgecijakgemceodpjpdp |
Deskripsi | PHP Debugging and profiling extension |
Ukuran File | 80.62 KB |
Jumlah Instalasi | 663 |
Versi Saat Ini | 1.0.0.0 |
Terakhir Diperbarui | 2013-07-10 |
Tanggal Publikasi | 2013-07-10 |
Pengembang | https://www.nusphere.com |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |