Game Idea Generator

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

¿Qué es Game Idea Generator?

Game Idea Generator es una extensión de Chrome desarrollada por Andre Micheletti, y su función principal es "Generate random game ideas using a random set game genres, themes and game mechanics".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Game Idea Generator

Descarga archivos de extensión Game Idea Generator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Game Idea Generator Game Idea Generator
ID aoeolgodbphjghklpaiapijnblbaoiod
URL Oficial https://chromewebstore.google.com/detail/game-idea-generator/aoeolgodbphjghklpaiapijnblbaoiod
Descripción Generate random game ideas using a random set game genres, themes and game mechanics
Tamaño del Archivo 22.31 KB
Cantidad de Instalaciones 161
Versión Actual 0.2
Última Actualización 2023-12-30
Fecha de Publicación 2021-08-25
Calificación 4.50/5 Total de 2 Calificaciones
Desarrollador Andre Micheletti
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}