PixiJS Devtools

Debug games and apps written with PixiJS

什麼是PixiJS Devtools?

PixiJS Devtools是由Bob Fanger開發的Chrome擴展程式,該擴展的主要功能是“Debug games and apps written with PixiJS”。

擴展截圖

screenshot

下載PixiJS Devtools擴展crx文件

下載PixiJS Devtools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 PixiJS Devtools PixiJS Devtools
ID aamddddknhcagpehecnhphigffljadon
官方網址 https://chromewebstore.google.com/detail/pixijs-devtools/aamddddknhcagpehecnhphigffljadon
簡介 Debug games and apps written with PixiJS
檔案大小 78.01 KB
安裝次數 13,407
目前版本 2.7.0
更新時間 2023-09-24
上架時間 2020-05-07
評分 4.27/5 共 63 次評分
開發者 Bob Fanger
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/bfanger/pixi-inspector
說明頁面URL https://github.com/bfanger/pixi-inspector/issues
支援的語言 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"
    }
}