Simple xdebug
Xdebug in one click
Co to jest Simple xdebug?
Simple xdebug to rozszerzenie Chrome opracowane przez chung1905, a jego główną funkcją jest „Xdebug in one click”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Simple xdebug
Pobierz pliki rozszerzeń Simple xdebug w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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/
Podstawowe informacje o rozszerzeniu
Nazwa | Simple xdebug |
ID | clkgkebfpmmfmdlhcokidjfpjphohpja |
Oficjalny URL | https://chromewebstore.google.com/detail/simple-xdebug/clkgkebfpmmfmdlhcokidjfpjphohpja |
Opis | Xdebug in one click |
Rozmiar pliku | 7.12 KB |
Liczba instalacji | 82 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2023-11-23 |
Data Publikacji | 2020-09-13 |
Ocena | 3.67/5 Łącznie 3 Oceny |
Deweloper | chung1905 |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/chung1905/simple-xdebug-chrome/ |
Adres URL Strony Pomocy | https://github.com/chung1905/simple-xdebug-chrome/issues |
Obsługiwane Języki | 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 } |