Xdebug Chrome Extension
Xdebug Chrome Extension, Step Debugging, Profiling and Tracing PHP Web Pages for PHP Developer.
Qu'est-ce que Xdebug Chrome Extension ?
Xdebug Chrome Extension est une extension Chrome développée par gxumyd, et sa fonction principale est "Xdebug Chrome Extension, Step Debugging, Profiling and Tracing PHP Web Pages for PHP Developer.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Xdebug Chrome Extension
Téléchargez les fichiers d'extension Xdebug Chrome Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Xdebug helper for Chrome, forked from Xdebug Helper, and fixed some bugs.
Informations de Base sur l'Extension
Nom | Xdebug Chrome Extension |
ID | oiofkammbajfehgpleginfomeppgnglk |
URL Officiel | https://chromewebstore.google.com/detail/xdebug-chrome-extension/oiofkammbajfehgpleginfomeppgnglk |
Description | Xdebug Chrome Extension, Step Debugging, Profiling and Tracing PHP Web Pages for PHP Developer. |
Taille du Fichier | 169 KB |
Nombre d'Installations | 10,787 |
Version Actuelle | 3.0.3 |
Dernière Mise à Jour | 2022-05-19 |
Date de Publication | 2021-07-03 |
Évaluation | 4.33/5 Total 3 Évaluations |
Développeur | gxumyd |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/mydogger/xdebug-helper-for-chrome |
URL de la Page d'Aide | https://github.com/mydogger/xdebug-helper-for-chrome |
Langues Prises en Charge | 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" } } } } |