Simple xdebug
Xdebug in one click
Wat is Simple xdebug?
Simple xdebug is een Chrome-extensie ontwikkeld door chung1905, en de belangrijkste functie is "Xdebug in one click".
Extensie Screenshots
Download het CRX-bestand van de extensie Simple xdebug
Download Simple xdebug-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
This extension enable xdebug cookie, this help start xdebug on the server. This only enable debug request, no profiler or tracing. Source code: https://github.com/chung1905/simple-xdebug-chrome/
Basisinformatie over de Extensie
Naam | Simple xdebug |
ID | clkgkebfpmmfmdlhcokidjfpjphohpja |
Officiële URL | https://chromewebstore.google.com/detail/simple-xdebug/clkgkebfpmmfmdlhcokidjfpjphohpja |
Beschrijving | Xdebug in one click |
Bestandsgrootte | 7.12 KB |
Aantal Installaties | 82 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2023-11-23 |
Publicatiedatum | 2020-09-13 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | chung1905 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/chung1905/simple-xdebug-chrome/ |
Help Pagina-URL | https://github.com/chung1905/simple-xdebug-chrome/issues |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple xdebug", "version": "1.0", "description": "Xdebug in one click", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "activeTab", "cookies" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "images\/icon48.png", "default_title": "Xdebug" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "manifest_version": 2 } |