Physics Sandbox
A simple physics sandbox game.
Что такое Physics Sandbox?
Physics Sandbox - это расширение Chrome, разработанное Jack Jarvis, и его основная функция - "A simple physics sandbox game.".
Снимки экрана расширения
Скачать файл CRX расширения Physics Sandbox
Скачайте файлы расширений Physics Sandbox в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A simple, fun, physics based sandbox game for your browser. Click to make boxes and circles and watch as they are affected by realistic physics. Use the mouse and the "move/select" feature to pick up and throw objects. Build huge constructions then enjoy destroying them. Drag objects to the top right to delete them. Features: -Box (20 x 20px) -Long box (40 x 20px) -Circle (20px in diameter) -Move/select (pick up, move and drop/throw objects) -Dragging (enable to create multiple objects as you drag the mouse across the page) -Random colours (enable to make each object a random colour, or disable to keep them all white) -Clear (clears all the objects from the game) -Bin (using the "move" tool, drag objects to the top right to delete them) Coming soon: -More shapes
Основная информация о расширении
Название | Physics Sandbox |
ID | imfahbojndienpabmejppmflepmnikfl |
Официальный URL | https://chromewebstore.google.com/detail/physics-sandbox/imfahbojndienpabmejppmflepmnikfl |
Описание | A simple physics sandbox game. |
Размер файла | 641 KB |
Количество установок | 1,732 |
Текущая Версия | 1.0 |
Последнее Обновление | 2019-04-29 |
Дата публикации | 2019-04-29 |
Рейтинг | 4.60/5 Всего 5 оценок |
Разработчик | Jack Jarvis |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Physics Sandbox", "short_name": "Physics", "version": "1.0", "manifest_version": 2, "description": "A simple physics sandbox game.", "browser_action": { "default_title": "Physics Sandbox", "default_popup": "index.html" }, "icons": { "128": "images\/icon128.png" } } |