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.
扩展基本信息
名称 | Game Idea Generator |
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 |
电子邮箱 | [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" } } |