Drag Maze

Quickly drag the red dot to the orange exit while avoiding borders.

Drag Maze란 무엇입니까?

Drag Maze은(는) https://dragmaze.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly drag the red dot to the orange exit while avoiding borders."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Drag Maze 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Just click on the maze extension icon in the top right corner of your browser and the game will start immediately in a popup! 

The game is really simple to play: all you need to do is to move the red dot along the white path until it reaches the orange exit. Just be careful not to touch the blue borders as you move. A timer is displayed in the top bar of the maze, indicating the amount of time you've spent on the current level. Once you've completed all the levels, you'll be able to view the total time used.

To advance to the next level, completion of the current level is required. To return to level one, just click the reset button whenever you wish. If you happen to fail the current level, the game will automatically restart shortly thereafter.

The extension has thirteen built-in maps and if you want to try more maps, just visit our website to access them. 

Beat the maze challenge and have fun! 

CHANGELOG
==========
Version 0.1.1
- Add google analytics

Version 0.1.0
- Initial release of game                    

확장 프로그램 기본 정보

이름 Drag Maze Drag Maze
ID mpekdelojgbomfnlgbakjjokngoidjhl
공식 URL https://chromewebstore.google.com/detail/drag-maze/mpekdelojgbomfnlgbakjjokngoidjhl
설명 Quickly drag the red dot to the orange exit while avoiding borders.
파일 크기 739 KB
설치 횟수 865
현재 버전 0.1.1
최근 업데이트 2024-03-04
출시 날짜 2023-07-19
평점 5.00/5 총 1 개의 평점
개발자 https://dragmaze.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.dragmaze.com
도움말 페이지 URL https://www.dragmaze.com/contact-us/
개인정보 보호 정책 페이지 URL https://www.dragmaze.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Drag Maze",
    "version": "0.1.1",
    "description": "Quickly drag the red dot to the orange exit while avoiding borders.",
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "action": {
        "default_icon": "images\/logo.png",
        "default_popup": "index.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 3
}