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.”。
扩展截图
下载Drag Maze扩展crx文件
下载Drag Maze扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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 } |