Game Idea Generator
Generate random game ideas using a random set game genres, themes and game mechanics
Game Idea Generatorとは何ですか?
Game Idea GeneratorはAndre Michelettiによって開発されたChromeの拡張機能で、その主な機能は「Generate random game ideas using a random set game genres, themes and game mechanics」です。
拡張機能のスクリーンショット
Game Idea Generator拡張機能のCRXファイルをダウンロード
Game Idea Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | aoeolgodbphjghklpaiapijnblbaoiod |
| 公式URL | https://chromewebstore.google.com/detail/game-idea-generator/aoeolgodbphjghklpaiapijnblbaoiod |
| 説明 | Generate random game ideas using a random set game genres, themes and game mechanics |
| ファイルサイズ | 22.31 KB |
| インストール数 | 161 |
| 現在のバージョン | 0.2 |
| 最終更新日 | 2023-12-30 |
| 公開日 | 2021-08-25 |
| 評価 | 4.50/5 合計 2 レビュー |
| 開発者 | Andre Micheletti |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | 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"
}
} | |