Maze Generator Game
Random Maze Generator Game!
什么是Maze Generator Game?
Maze Generator Game是由shivkampani开发的Chrome扩展程序,该扩展的主要功能是“Random Maze Generator Game!”。
扩展截图
下载Maze Generator Game扩展crx文件
下载Maze Generator Game扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } } |