PixiJS Devtools

Debug games and apps written with PixiJS

PixiJS Devtools là gì?

PixiJS Devtools là một tiện ích mở rộng Chrome được phát triển bởi Bob Fanger, và tính năng chính của nó là "Debug games and apps written with PixiJS".

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

screenshot

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

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

                        Unofficial PixiJS chrome extension. 

Features:
* Show the scene graph
* View and edit properties
* Double-click in the outliner to console.log a node
* Outline the active node in the viewport.
* The active node is available in the developer console as `$pixi`
* Right-click in the viewport to activate a node                    

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

Tên PixiJS Devtools PixiJS Devtools
ID aamddddknhcagpehecnhphigffljadon
URL Chính Thức https://chromewebstore.google.com/detail/pixijs-devtools/aamddddknhcagpehecnhphigffljadon
Mô tả Debug games and apps written with PixiJS
Kích Thước Tệp 78.01 KB
Số Lần Cài Đặt 13,407
Phiên Bản Hiện Tại 2.7.0
Cập Nhật Lần Cuối 2023-09-24
Ngày Phát Hành 2020-05-07
Đánh Giá 4.27/5 Tổng số 63 Đánh Giá
Nhà Phát Triển Bob Fanger
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/bfanger/pixi-inspector
URL Trang Trợ Giúp https://github.com/bfanger/pixi-inspector/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PixiJS Devtools",
    "description": "Debug games and apps written with PixiJS",
    "version": "2.7.0",
    "devtools_page": "pixi-devtools.html",
    "icons": {
        "16": "icon.png",
        "48": "icon.png"
    }
}