Maze Generator Game

Random Maze Generator Game!

什麼是Maze Generator Game?

Maze Generator Game是由shivkampani開發的Chrome擴展程式,該擴展的主要功能是“Random Maze Generator Game!”。

擴展截圖

screenshot

下載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 Maze Generator Game
ID backnpjeemenlgpdbdoddnlcofcjpcfj
官方網址 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"
    }
}