Qooxdoo Tools

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

Qooxdoo Tools là gì?

Qooxdoo Tools là một tiện ích mở rộng Chrome được phát triển bởi snowsnorry, và tính năng chính của nó là "Extends the Developer Tools, adding a sidebar that displays the Qooxdoo data associated with the selected DOM element.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Qooxdoo Tools

Tải xuống các tệp mở rộng Qooxdoo Tools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Qooxdoo Tools Qooxdoo Tools
ID kdobodfpjlfilfoojlmhfikkfmfmnelh
URL Chính Thức https://chromewebstore.google.com/detail/qooxdoo-tools/kdobodfpjlfilfoojlmhfikkfmfmnelh
Mô tả Extends the Developer Tools, adding a sidebar that displays the Qooxdoo data associated with the selected DOM element.
Kích Thước Tệp 100 KB
Số Lần Cài Đặt 114
Phiên Bản Hiện Tại 2.1.3
Cập Nhật Lần Cuối 2016-05-27
Ngày Phát Hành 2016-05-27
Đánh Giá 4.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển snowsnorry
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}