Game Idea Generator

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

Qu'est-ce que Game Idea Generator ?

Game Idea Generator est une extension Chrome développée par Andre Micheletti, et sa fonction principale est "Generate random game ideas using a random set game genres, themes and game mechanics".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Game Idea Generator

Téléchargez les fichiers d'extension Game Idea Generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Game Idea Generator Game Idea Generator
ID aoeolgodbphjghklpaiapijnblbaoiod
URL Officiel https://chromewebstore.google.com/detail/game-idea-generator/aoeolgodbphjghklpaiapijnblbaoiod
Description Generate random game ideas using a random set game genres, themes and game mechanics
Taille du Fichier 22.31 KB
Nombre d'Installations 161
Version Actuelle 0.2
Dernière Mise à Jour 2023-12-30
Date de Publication 2021-08-25
Évaluation 4.50/5 Total 2 Évaluations
Développeur Andre Micheletti
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}