DBG debugger toolbar

PHP Debugging and profiling extension

DBG debugger toolbarคืออะไร?

DBG debugger toolbar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.nusphere.com และคุณลักษณะหลักของมันคือ "PHP Debugging and profiling extension"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DBG debugger toolbar

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

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

                        PHP Debugging and profiling in one click                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ DBG debugger toolbar DBG debugger toolbar
ID jpfjdjkohmopcgecijakgemceodpjpdp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dbg-debugger-toolbar/jpfjdjkohmopcgecijakgemceodpjpdp
คำอธิบาย PHP Debugging and profiling extension
ขนาดไฟล์ 80.62 KB
จำนวนการติดตั้ง 663
เวอร์ชันปัจจุบัน 1.0.0.0
อัปเดตครั้งล่าสุด 2013-07-10
วันที่เผยแพร่ 2013-07-10
ผู้พัฒนา https://www.nusphere.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DBG debugger toolbar",
    "version": "1.0.0.0",
    "description": "PHP Debugging and profiling extension",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "128": "images\/icon-128.png",
        "48": "images\/icon-48.png"
    },
    "page_action": {
        "default_icon": "images\/bug-gray.png",
        "default_title": "Debugging & profiling disabled",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "background"
    ]
}