jQuery Debugger

Chrome Developer Tools extension for jQuery development

jQuery Debuggerคืออะไร?

jQuery Debugger เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Chrome Developer Tools extension for jQuery development"

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

screenshot
screenshot

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

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

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

                        New Selector Inspector panel
Comfortably inspect your jQuery selectors, and watch their matching elements displayed on any website.
Designed to help you understand easily even the most complex selectors.

Two new sidebars on the Elements panel
jQuery Data sidebar - shows the jQuery and HTML5 data of the selected element.
jQuery Events sidebar - shows the event handlers of the selected element, including events that are live or delegated on other elements which have an affect on the selected element.                    

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

ชื่อ jQuery Debugger jQuery Debugger
ID dbhhnnnpaeobfddmlalhnehgclcmjimi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/jquery-debugger/dbhhnnnpaeobfddmlalhnehgclcmjimi
คำอธิบาย Chrome Developer Tools extension for jQuery development
ขนาดไฟล์ 88.52 KB
จำนวนการติดตั้ง 31,699
เวอร์ชันปัจจุบัน 0.1.3.2
อัปเดตครั้งล่าสุด 2013-05-12
วันที่เผยแพร่ 2013-05-12
คะแนน 3.63/5 รวมทั้งหมด 112 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "jQuery Debugger",
    "version": "0.1.3.2",
    "description": "Chrome Developer Tools extension for jQuery development",
    "devtools_page": "pages\/devtools.html",
    "icons": {
        "16": "images\/selectorInspecer_16_16.png",
        "48": "images\/selectorInspecer_48_48.png",
        "128": "images\/selectorInspecer_128_128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "minimum_chrome_version": "18"
}