Qooxdoo Tools

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

What is Qooxdoo Tools?

Qooxdoo Tools is a Chrome extension developed by snowsnorry, and its main feature is "Extends the Developer Tools, adding a sidebar that displays the Qooxdoo data associated with the selected DOM element.".

Extension Screenshots

screenshot
screenshot

Download Qooxdoo Tools Extension CRX File

Download Qooxdoo Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Qooxdoo Tools Qooxdoo Tools
ID kdobodfpjlfilfoojlmhfikkfmfmnelh
Official URL https://chromewebstore.google.com/detail/qooxdoo-tools/kdobodfpjlfilfoojlmhfikkfmfmnelh
Description Extends the Developer Tools, adding a sidebar that displays the Qooxdoo data associated with the selected DOM element.
File Size 100 KB
Installation Count 114
Current Version 2.1.3
Last Updated 2016-05-27
Publish Date 2016-05-27
Rating 4.60/5 Total 5 Ratings
Developer snowsnorry
Payment Type free
Supported Languages 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
}