Game Idea Generator
Generate random game ideas using a random set game genres, themes and game mechanics
Что такое Game Idea Generator?
Game Idea Generator - это расширение Chrome, разработанное Andre Micheletti, и его основная функция - "Generate random game ideas using a random set game genres, themes and game mechanics".
Снимки экрана расширения
Скачать файл CRX расширения Game Idea Generator
Скачайте файлы расширений 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" } } |