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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}