Simple xdebug
Xdebug in one click
ما هو Simple xdebug؟
Simple xdebug هو إضافة Chrome تم تطويرها بواسطة chung1905، والميزة الرئيسية لها هي "Xdebug in one click".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Simple xdebug
قم بتنزيل ملفات الامتداد Simple xdebug بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/
معلومات أساسية عن التمديد
الاسم | Simple xdebug |
ID | clkgkebfpmmfmdlhcokidjfpjphohpja |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/simple-xdebug/clkgkebfpmmfmdlhcokidjfpjphohpja |
الوصف | Xdebug in one click |
حجم الملف | 7.12 KB |
عدد التثبيتات | 82 |
النسخة الحالية | 1.0 |
آخر تحديث | 2023-11-23 |
تاريخ النشر | 2020-09-13 |
تقييم | 3.67/5 مجموع تقييمات 3 |
المطور | chung1905 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/chung1905/simple-xdebug-chrome/ |
عنوان صفحة المساعدة | https://github.com/chung1905/simple-xdebug-chrome/issues |
اللغات المدعومة | 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 } |