Grid Engine DevTools

DevTools for the Phaser Grid Engine plugin

What is Grid Engine DevTools?

Grid Engine DevTools is a Chrome extension developed by zewa666, and its main feature is "DevTools for the Phaser Grid Engine plugin".

Extension Screenshots

screenshot
screenshot

Download Grid Engine DevTools Extension CRX File

Download Grid Engine DevTools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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__.                    

Extension Basic Information

Name Grid Engine DevTools Grid Engine DevTools
ID moplhbafnakhjjehlmpedbmbomcmgope
Official URL https://chromewebstore.google.com/detail/grid-engine-devtools/moplhbafnakhjjehlmpedbmbomcmgope
Description DevTools for the Phaser Grid Engine plugin
File Size 93.78 KB
Installation Count 73
Current Version 0.0.3
Last Updated 2022-04-13
Publish Date 2022-04-04
Rating 5.00/5 Total 1 Ratings
Developer zewa666
Email [email protected]
Payment Type free
Extension Website https://github.com/zewa666/grid-engine-devtools
Help Page URL https://github.com/zewa666/grid-engine-devtools/issues
Supported Languages 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"
    }
}