Game Idea Generator
Generate random game ideas using a random set game genres, themes and game mechanics
Cos'è Game Idea Generator?
Game Idea Generator è un'estensione di Chrome sviluppata da Andre Micheletti, e la sua funzione principale è "Generate random game ideas using a random set game genres, themes and game mechanics".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Game Idea Generator
Scarica i file di estensione Game Idea Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Game Idea Generator |
ID | aoeolgodbphjghklpaiapijnblbaoiod |
URL Ufficiale | https://chromewebstore.google.com/detail/game-idea-generator/aoeolgodbphjghklpaiapijnblbaoiod |
Descrizione | Generate random game ideas using a random set game genres, themes and game mechanics |
Dimensione del File | 22.31 KB |
Conteggio Installazioni | 161 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2023-12-30 |
Data di Pubblicazione | 2021-08-25 |
Valutazione | 4.50/5 Totale 2 Valutazioni |
Sviluppatore | Andre Micheletti |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |