PixiJS Devtools
Debug games and apps written with PixiJS
What is PixiJS Devtools?
PixiJS Devtools is a Chrome extension developed by Bob Fanger, and its main feature is "Debug games and apps written with PixiJS".
Extension Screenshots
Download PixiJS Devtools Extension CRX File
Download PixiJS Devtools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | PixiJS Devtools |
ID | aamddddknhcagpehecnhphigffljadon |
Official URL | https://chromewebstore.google.com/detail/pixijs-devtools/aamddddknhcagpehecnhphigffljadon |
Description | Debug games and apps written with PixiJS |
File Size | 78.01 KB |
Installation Count | 13,407 |
Current Version | 2.7.0 |
Last Updated | 2023-09-24 |
Publish Date | 2020-05-07 |
Rating | 4.27/5 Total 63 Ratings |
Developer | Bob Fanger |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/bfanger/pixi-inspector |
Help Page URL | https://github.com/bfanger/pixi-inspector/issues |
Supported Languages | 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" } } |