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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
}
} | |