PixiJS Devtools
Debug games and apps written with PixiJS
Wat is PixiJS Devtools?
PixiJS Devtools is een Chrome-extensie ontwikkeld door Bob Fanger, en de belangrijkste functie is "Debug games and apps written with PixiJS".
Extensie Screenshots
Download het CRX-bestand van de extensie PixiJS Devtools
Download PixiJS Devtools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | PixiJS Devtools |
ID | aamddddknhcagpehecnhphigffljadon |
Officiële URL | https://chromewebstore.google.com/detail/pixijs-devtools/aamddddknhcagpehecnhphigffljadon |
Beschrijving | Debug games and apps written with PixiJS |
Bestandsgrootte | 78.01 KB |
Aantal Installaties | 13,407 |
Huidige Versie | 2.7.0 |
Laatst Bijgewerkt | 2023-09-24 |
Publicatiedatum | 2020-05-07 |
Beoordeling | 4.27/5 Totaal 63 Beoordelingen |
Ontwikkelaar | Bob Fanger |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/bfanger/pixi-inspector |
Help Pagina-URL | https://github.com/bfanger/pixi-inspector/issues |
Ondersteunde Talen | 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" } } |