PixiJS Devtools
Debug games and apps written with PixiJS
Что такое PixiJS Devtools?
PixiJS Devtools - это расширение Chrome, разработанное Bob Fanger, и его основная функция - "Debug games and apps written with PixiJS".
Снимки экрана расширения
Скачать файл CRX расширения PixiJS Devtools
Скачайте файлы расширений 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 Основная информация о расширении
| Название | |
| 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"
}
} | |