Maze Generator Game
Random Maze Generator Game!
O que é Maze Generator Game?
Maze Generator Game é uma extensão do Chrome desenvolvida por shivkampani, e sua principal característica é "Random Maze Generator Game!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Maze Generator Game
Baixe arquivos de extensão Maze Generator Game no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Maze Generator Game |
ID | backnpjeemenlgpdbdoddnlcofcjpcfj |
URL Oficial | https://chromewebstore.google.com/detail/maze-generator-game/backnpjeemenlgpdbdoddnlcofcjpcfj |
Descrição | Random Maze Generator Game! |
Tamanho do Arquivo | 17.56 KB |
Contagem de Instalações | 1,327 |
Versão Atual | 1.1 |
Última Atualização | 2019-08-06 |
Data de Publicação | 2019-08-05 |
Classificação | 4.80/5 Total de 10 Avaliações |
Desenvolvedor | shivkampani |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |