Qooxdoo Tools

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

Apa itu Qooxdoo Tools?

Qooxdoo Tools adalah ekstensi Chrome yang dikembangkan oleh snowsnorry, dan fitur utamanya adalah "Extends the Developer Tools, adding a sidebar that displays the Qooxdoo data associated with the selected DOM element.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Qooxdoo Tools

Unduh file ekstensi Qooxdoo Tools dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Qooxdoo Tools Qooxdoo Tools
ID kdobodfpjlfilfoojlmhfikkfmfmnelh
URL Resmi https://chromewebstore.google.com/detail/qooxdoo-tools/kdobodfpjlfilfoojlmhfikkfmfmnelh
Deskripsi Extends the Developer Tools, adding a sidebar that displays the Qooxdoo data associated with the selected DOM element.
Ukuran File 100 KB
Jumlah Instalasi 114
Versi Saat Ini 2.1.3
Terakhir Diperbarui 2016-05-27
Tanggal Publikasi 2016-05-27
Penilaian 4.60/5 Total 5 Penilaian
Pengembang snowsnorry
Tipe Pembayaran free
Bahasa yang Didukung 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
}