Simple xdebug

Xdebug in one click

Simple xdebugคืออะไร?

Simple xdebug เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chung1905 และคุณลักษณะหลักของมันคือ "Xdebug in one click"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple xdebug

ดาวน์โหลดไฟล์ส่วนขยาย Simple xdebug ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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/
URL หน้าช่วยเหลือ 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
}