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 |
电子邮箱 | [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" } } |