Maze Generator Game
Random Maze Generator Game!
Maze Generator Game란 무엇입니까?
Maze Generator Game은(는) shivkampani에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Random Maze Generator Game!"입니다.
확장 프로그램 스크린샷
Maze Generator Game 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is a Maze Generator Game. Click on the extension to open a maze, which is randomly generated, and then try to solve it. You can keep generating new mazes, which are all different from each other. The bar at the bottom of your maze shows how much time you have left! In later updates, we will add new mazes of different complexity, and the ability to change the amount of time. A high-score tracker is coming soon!
확장 프로그램 기본 정보
이름 | Maze Generator Game |
ID | backnpjeemenlgpdbdoddnlcofcjpcfj |
공식 URL | https://chromewebstore.google.com/detail/maze-generator-game/backnpjeemenlgpdbdoddnlcofcjpcfj |
설명 | Random Maze Generator Game! |
파일 크기 | 17.56 KB |
설치 횟수 | 1,327 |
현재 버전 | 1.1 |
최근 업데이트 | 2019-08-06 |
출시 날짜 | 2019-08-05 |
평점 | 4.80/5 총 10 개의 평점 |
개발자 | shivkampani |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Maze Generator Game", "version": "1.1", "description": "Random Maze Generator Game!", "icons": { "128": "mazelogo.png" }, "browser_action": { "default_popup": "baremaze.html" } } |