Simple xdebug
Xdebug in one click
Vad är Simple xdebug?
Simple xdebug är en Chrome-tillägg utvecklad av chung1905, och dess huvudfunktion är "Xdebug in one click".
Tilläggsskärmbilder
Ladda ner Simple xdebug-förlängningens CRX-fil
Ladda ner Simple xdebug-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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/
Grundläggande Information om Tillägg
Namn | Simple xdebug |
ID | clkgkebfpmmfmdlhcokidjfpjphohpja |
Officiell webbadress | https://chromewebstore.google.com/detail/simple-xdebug/clkgkebfpmmfmdlhcokidjfpjphohpja |
Beskrivning | Xdebug in one click |
Filstorlek | 7.12 KB |
Antal Installationer | 82 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2023-11-23 |
Publiceringsdatum | 2020-09-13 |
Betyg | 3.67/5 Totalt 3 Betyg |
Utvecklare | chung1905 |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/chung1905/simple-xdebug-chrome/ |
Hjälpsida URL | https://github.com/chung1905/simple-xdebug-chrome/issues |
Stödda Språk | 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 } |