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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
}