Qooxdoo Tools

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

什麼是Qooxdoo Tools?

Qooxdoo Tools是由snowsnorry開發的Chrome擴展程式,該擴展的主要功能是“Extends the Developer Tools, adding a sidebar that displays the Qooxdoo data associated with the selected DOM element.”。

擴展截圖

screenshot
screenshot

下載Qooxdoo Tools擴展crx文件

下載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
官方網址 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
}