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 |
| Eメール | [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"
}
} | |