Xdebug Chrome Extension
Xdebug Chrome Extension, Step Debugging, Profiling and Tracing PHP Web Pages for PHP Developer.
Apa itu Xdebug Chrome Extension?
Xdebug Chrome Extension adalah ekstensi Chrome yang dikembangkan oleh gxumyd, dan fitur utamanya adalah "Xdebug Chrome Extension, Step Debugging, Profiling and Tracing PHP Web Pages for PHP Developer.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Xdebug Chrome Extension
Unduh file ekstensi Xdebug Chrome Extension 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
Xdebug helper for Chrome, forked from Xdebug Helper, and fixed some bugs.
Informasi Dasar Ekstensi
Nama | Xdebug Chrome Extension |
ID | oiofkammbajfehgpleginfomeppgnglk |
URL Resmi | https://chromewebstore.google.com/detail/xdebug-chrome-extension/oiofkammbajfehgpleginfomeppgnglk |
Deskripsi | Xdebug Chrome Extension, Step Debugging, Profiling and Tracing PHP Web Pages for PHP Developer. |
Ukuran File | 169 KB |
Jumlah Instalasi | 10,787 |
Versi Saat Ini | 3.0.3 |
Terakhir Diperbarui | 2022-05-19 |
Tanggal Publikasi | 2021-07-03 |
Penilaian | 4.33/5 Total 3 Penilaian |
Pengembang | gxumyd |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/mydogger/xdebug-helper-for-chrome |
URL Halaman Bantuan | https://github.com/mydogger/xdebug-helper-for-chrome |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Xdebug Chrome Extension", "description": "Xdebug Chrome Extension, Step Debugging, Profiling and Tracing PHP Web Pages for PHP Developer.", "version": "3.0.3", "manifest_version": 3, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "storage", "activeTab", "cookies" ], "host_permissions": [ "*:\/\/*\/*" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon_16x16.png", "32": "\/images\/icon_32x32.png", "48": "\/images\/icon_48x48.png", "128": "\/images\/icon_128x128.png" } }, "icons": { "16": "\/images\/icon_16x16.png", "32": "\/images\/icon_32x32.png", "48": "\/images\/icon_48x48.png", "128": "\/images\/icon_128x128.png" }, "options_page": "options.html", "commands": { "_execute_action": { "desc": "Hotkeys for displaying popup or toggling xdebug mode.", "suggested_key": { "windows": "Alt+Shift+X", "mac": "Command+Shift+X", "chromeos": "Alt+Shift+X", "linux": "Alt+Shift+X" } } } } |