Game Idea Generator
Generate random game ideas using a random set game genres, themes and game mechanics
Vad är Game Idea Generator?
Game Idea Generator är en Chrome-tillägg utvecklad av Andre Micheletti, och dess huvudfunktion är "Generate random game ideas using a random set game genres, themes and game mechanics".
Tilläggsskärmbilder
Ladda ner Game Idea Generator-förlängningens CRX-fil
Ladda ner Game Idea Generator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | aoeolgodbphjghklpaiapijnblbaoiod |
| Officiell webbadress | https://chromewebstore.google.com/detail/game-idea-generator/aoeolgodbphjghklpaiapijnblbaoiod |
| Beskrivning | Generate random game ideas using a random set game genres, themes and game mechanics |
| Filstorlek | 22.31 KB |
| Antal Installationer | 161 |
| Aktuell Version | 0.2 |
| Senast Uppdaterad | 2023-12-30 |
| Publiceringsdatum | 2021-08-25 |
| Betyg | 4.50/5 Totalt 2 Betyg |
| Utvecklare | Andre Micheletti |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |