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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Grid Engine DevTools 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 Grid Engine DevTools
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"
    }
}