Game Idea Generator

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

What is Game Idea Generator?

Game Idea Generator is a Chrome extension developed by Andre Micheletti, and its main feature is "Generate random game ideas using a random set game genres, themes and game mechanics".

Extension Screenshots

screenshot
screenshot

Download Game Idea Generator Extension CRX File

Download Game Idea Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Game Idea Generator Game Idea Generator
ID aoeolgodbphjghklpaiapijnblbaoiod
Official URL https://chromewebstore.google.com/detail/game-idea-generator/aoeolgodbphjghklpaiapijnblbaoiod
Description Generate random game ideas using a random set game genres, themes and game mechanics
File Size 22.31 KB
Installation Count 161
Current Version 0.2
Last Updated 2023-12-30
Publish Date 2021-08-25
Rating 4.50/5 Total 2 Ratings
Developer Andre Micheletti
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}