Qooxdoo Tools

Extends the Developer Tools, adding a sidebar that displays the Qooxdoo data associated with the selected DOM element.

Qooxdoo Toolsคืออะไร?

Qooxdoo Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย snowsnorry และคุณลักษณะหลักของมันคือ "Extends the Developer Tools, adding a sidebar that displays the Qooxdoo data associated with the selected DOM element."

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

screenshot
screenshot

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

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

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

                        Extends the Developer Tools, adding a sidebar that displays the Qooxdoo data associated with the selected DOM element. Use $q in console to work with selected widget.                    

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

ชื่อ Qooxdoo Tools Qooxdoo Tools
ID kdobodfpjlfilfoojlmhfikkfmfmnelh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/qooxdoo-tools/kdobodfpjlfilfoojlmhfikkfmfmnelh
คำอธิบาย Extends the Developer Tools, adding a sidebar that displays the Qooxdoo data associated with the selected DOM element.
ขนาดไฟล์ 100 KB
จำนวนการติดตั้ง 114
เวอร์ชันปัจจุบัน 2.1.3
อัปเดตครั้งล่าสุด 2016-05-27
วันที่เผยแพร่ 2016-05-27
คะแนน 4.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา snowsnorry
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Qooxdoo Tools",
    "version": "2.1.3",
    "icons": {
        "16": "qooxdoo_16.png",
        "32": "qooxdoo_32.png",
        "48": "qooxdoo_48.png",
        "64": "qooxdoo_64.png",
        "128": "qooxdoo_128.png"
    },
    "description": "Extends the Developer Tools, adding a sidebar that displays the Qooxdoo data associated with the selected DOM element.",
    "permissions": [
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "devtools_page": "devtools.html",
    "manifest_version": 2
}