Game Idea Generator

Generate random game ideas using a random set game genres, themes and game mechanics

O que é Game Idea Generator?

Game Idea Generator é uma extensão do Chrome desenvolvida por Andre Micheletti, e sua principal característica é "Generate random game ideas using a random set game genres, themes and game mechanics".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Game Idea Generator

Baixe arquivos de extensão Game Idea Generator 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

                        Online tool to generate random game ideas using a random set of tags, including game genres, themes and game mechanics. 

Pick your idea quickly for your Game Jams / Indie games and share your idea with the world!

Planned Features:
- Save ideas and access them in the extension tab.                    

Informações Básicas da Extensão

Nome Game Idea Generator Game Idea Generator
ID aoeolgodbphjghklpaiapijnblbaoiod
URL Oficial https://chromewebstore.google.com/detail/game-idea-generator/aoeolgodbphjghklpaiapijnblbaoiod
Descrição Generate random game ideas using a random set game genres, themes and game mechanics
Tamanho do Arquivo 22.31 KB
Contagem de Instalações 161
Versão Atual 0.2
Última Atualização 2023-12-30
Data de Publicação 2021-08-25
Classificação 4.50/5 Total de 2 Avaliações
Desenvolvedor Andre Micheletti
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Game Idea Generator",
    "description": "Generate random game ideas using a random set game genres, themes and game mechanics",
    "version": "0.2",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "\/images\/gamepad16.png",
        "32": "\/images\/gamepad32.png",
        "48": "\/images\/gamepad48.png",
        "128": "\/images\/gamepad128.png"
    }
}