Game Idea Generator

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

Co je Game Idea Generator?

Game Idea Generator je rozšíření Chrome vyvinuté Andre Micheletti, a jeho hlavní funkcí je „Generate random game ideas using a random set game genres, themes and game mechanics“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Game Idea Generator

Stáhněte si soubory rozšíření Game Idea Generator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Game Idea Generator Game Idea Generator
ID aoeolgodbphjghklpaiapijnblbaoiod
Oficiální URL https://chromewebstore.google.com/detail/game-idea-generator/aoeolgodbphjghklpaiapijnblbaoiod
Popis Generate random game ideas using a random set game genres, themes and game mechanics
Velikost souboru 22.31 KB
Počet instalací 161
Aktuální Verze 0.2
Poslední Aktualizace 2023-12-30
Datum Vydání 2021-08-25
Hodnocení 4.50/5 Celkem 2 Hodnocení
Vývojář Andre Micheletti
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}