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
公式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
}