Barcode Maze

A novel maze game that plays in a popup.

什么是Barcode Maze?

Barcode Maze是由https://gamecheerleader.com开发的Chrome扩展程序,该扩展的主要功能是“A novel maze game that plays in a popup.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Barcode Maze扩展crx文件

下载Barcode Maze扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Using our chrome extension, you can play a novel & fun maze game in a popup window anytime. 

The game area is filled with two-dimension barcode which is consisted of 160 blocks randomly-distributed in the 20x20 board. Try to solve the maze by moving the red box to bypass the barcode and reach the green exit at the bottom right corner. You have 15s to finish the move and the top bar will show how much time is left.

To start the game, just click on the maze extension icon in the top right corner of your browser and the game window will occur in a popup immediately! 

Have a great time playing this game and enjoy yourself! Also, we've included some of our newest games at the bottom for more choices. 

CHANGELOG
==========
Version 0.1.4
- Add the section of new games

Version 0.1.0 - 0.1.3
- Initial release of maze game
- Improve interface and features                    

扩展基本信息

名称 Barcode Maze Barcode Maze
ID jipngfhdlkeofjpinamebmcbdimgnfjm
官方URL https://chromewebstore.google.com/detail/barcode-maze/jipngfhdlkeofjpinamebmcbdimgnfjm
简介 A novel maze game that plays in a popup.
文件大小 134 KB
安装次数 607
当前版本 0.1.4
更新时间 2024-01-22
上架时间 2023-02-22
评分 5.00/5 共1次评分
开发者 https://gamecheerleader.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.gamecheerleader.com
帮助页面URL https://www.gamecheerleader.com/listing/barcode-maze-game/
隐私政策页面URL https://www.gamecheerleader.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Barcode Maze",
    "short_name": "barcode maze",
    "version": "0.1.4",
    "description": "A novel maze game that plays in a popup.",
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "action": {
        "default_icon": "images\/logo.png",
        "default_popup": "index.html"
    },
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "manifest_version": 3
}