Brick Next Developer Tools

Adds Brick Next debugging tools to the Chrome Developer Tools.

Brick Next Developer Tools là gì?

Brick Next Developer Tools là một tiện ích mở rộng Chrome được phát triển bởi weareoutman, và tính năng chính của nó là "Adds Brick Next debugging tools to the Chrome Developer Tools.".

Ả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 Brick Next Developer Tools

Tải xuống các tệp mở rộng Brick Next Developer 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

                        Brick Next Developer Tools is a Chrome DevTools extension for Brick Next.

Brick Next is a web-frontend framework building on top of web components, developed by UWinTech China (优维科技), also known as EasyOps.

This extension allows developers to inspect the framework rendering tree which consists of custom elements, including their customized properties and events. And it also allows developers to monitor specific data processing of the framework.

Developers will get a new tab in Chrome DevTools: "Bricks". By default it shows you the custom elements tree, by selecting one of them, you can inspect its customized properties and events.

By switching to "Evaluations" or "Transformations", you can monitor the specific data processing, including the input, the result and the context.                    

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

Tên Brick Next Developer Tools Brick Next Developer Tools
ID imfbjbfcldgkdbfgeoppalofbjfihpdp
URL Chính Thức https://chromewebstore.google.com/detail/brick-next-developer-tool/imfbjbfcldgkdbfgeoppalofbjfihpdp
Mô tả Adds Brick Next debugging tools to the Chrome Developer Tools.
Kích Thước Tệp 527 KB
Số Lần Cài Đặt 248
Phiên Bản Hiện Tại 0.6.10
Cập Nhật Lần Cuối 2023-10-10
Ngày Phát Hành 2020-06-05
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển weareoutman
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/easyops-cn/brick-next-devtools
URL Trang Trợ Giúp https://github.com/easyops-cn/brick-next-devtools/issues/new
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Brick Next Developer Tools",
    "description": "Adds Brick Next debugging tools to the Chrome Developer Tools.",
    "version": "0.6.10",
    "icons": {
        "128": "icons\/128-production.png"
    },
    "devtools_page": "build\/devtools.html",
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "build\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "build\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "build\/hook.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}