Game Idea Generator
Generate random game ideas using a random set game genres, themes and game mechanics
Game Idea Generator là gì?
Game Idea Generator là một tiện ích mở rộng Chrome được phát triển bởi Andre Micheletti, và tính năng chính của nó là "Generate random game ideas using a random set game genres, themes and game mechanics".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Game Idea Generator
Tải xuống các tệp mở rộng Game Idea Generator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Game Idea Generator |
ID | aoeolgodbphjghklpaiapijnblbaoiod |
URL Chính Thức | https://chromewebstore.google.com/detail/game-idea-generator/aoeolgodbphjghklpaiapijnblbaoiod |
Mô tả | Generate random game ideas using a random set game genres, themes and game mechanics |
Kích Thước Tệp | 22.31 KB |
Số Lần Cài Đặt | 161 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2023-12-30 |
Ngày Phát Hành | 2021-08-25 |
Đánh Giá | 4.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Andre Micheletti |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |