Grid Engine DevTools
DevTools for the Phaser Grid Engine plugin
什么是Grid Engine DevTools?
Grid Engine DevTools是由zewa666开发的Chrome扩展程序,该扩展的主要功能是“DevTools for the Phaser Grid Engine plugin”。
扩展截图
下载Grid Engine DevTools扩展crx文件
下载Grid Engine DevTools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        A Chrome DevTools extension that adds debugging helpers for the Phaser3 Grid Engine Plugin. All sources can be found at https://github.com/zewa666/grid-engine-devtools
When creating your scene, make sure to expose your gridEngine instance via window.__GRID_ENGINE__.                     扩展基本信息
| 名称 |   |  
| ID | moplhbafnakhjjehlmpedbmbomcmgope | 
| 官方URL | https://chromewebstore.google.com/detail/grid-engine-devtools/moplhbafnakhjjehlmpedbmbomcmgope | 
| 简介 | DevTools for the Phaser Grid Engine plugin | 
| 文件大小 | 93.78 KB | 
| 安装次数 | 73 | 
| 当前版本 | 0.0.3 | 
| 更新时间 | 2022-04-13 | 
| 上架时间 | 2022-04-04 | 
| 评分 | 5.00/5 共1次评分 | 
| 开发者 | zewa666 | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://github.com/zewa666/grid-engine-devtools | 
| 帮助页面URL | https://github.com/zewa666/grid-engine-devtools/issues | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Grid Engine DevTools",
    "version": "0.0.3",
    "description": "DevTools for the Phaser Grid Engine plugin",
    "author": "Vildan Softic (zewa666)",
    "devtools_page": "devtools.html",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}  |  |