PixiJS Devtools
Debug games and apps written with PixiJS
PixiJS Devtoolsとは何ですか?
PixiJS DevtoolsはBob Fangerによって開発されたChromeの拡張機能で、その主な機能は「Debug games and apps written with PixiJS」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } |