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__.
擴展基本資訊
名稱 | Grid Engine DevTools |
ID | moplhbafnakhjjehlmpedbmbomcmgope |
官方網址 | 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" } } |