Game Idea Generator

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

Co to jest Game Idea Generator?

Game Idea Generator to rozszerzenie Chrome opracowane przez Andre Micheletti, a jego główną funkcją jest „Generate random game ideas using a random set game genres, themes and game mechanics”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Game Idea Generator

Pobierz pliki rozszerzeń Game Idea Generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Game Idea Generator Game Idea Generator
ID aoeolgodbphjghklpaiapijnblbaoiod
Oficjalny URL https://chromewebstore.google.com/detail/game-idea-generator/aoeolgodbphjghklpaiapijnblbaoiod
Opis Generate random game ideas using a random set game genres, themes and game mechanics
Rozmiar pliku 22.31 KB
Liczba instalacji 161
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2023-12-30
Data Publikacji 2021-08-25
Ocena 4.50/5 Łącznie 2 Oceny
Deweloper Andre Micheletti
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}