Qooxdoo Tools

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

Wat is Qooxdoo Tools?

Qooxdoo Tools is een Chrome-extensie ontwikkeld door snowsnorry, en de belangrijkste functie is "Extends the Developer Tools, adding a sidebar that displays the Qooxdoo data associated with the selected DOM element.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Qooxdoo Tools

Download Qooxdoo Tools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Qooxdoo Tools Qooxdoo Tools
ID kdobodfpjlfilfoojlmhfikkfmfmnelh
Officiële URL https://chromewebstore.google.com/detail/qooxdoo-tools/kdobodfpjlfilfoojlmhfikkfmfmnelh
Beschrijving Extends the Developer Tools, adding a sidebar that displays the Qooxdoo data associated with the selected DOM element.
Bestandsgrootte 100 KB
Aantal Installaties 114
Huidige Versie 2.1.3
Laatst Bijgewerkt 2016-05-27
Publicatiedatum 2016-05-27
Beoordeling 4.60/5 Totaal 5 Beoordelingen
Ontwikkelaar snowsnorry
Betalingswijze free
Ondersteunde Talen 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
}