Physics Sandbox
A simple physics sandbox game.
What is Physics Sandbox?
Physics Sandbox is a Chrome extension developed by Jack Jarvis, and its main feature is "A simple physics sandbox game.".
Extension Screenshots
Download Physics Sandbox Extension CRX File
Download Physics Sandbox extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Physics Sandbox |
ID | imfahbojndienpabmejppmflepmnikfl |
Official URL | https://chromewebstore.google.com/detail/physics-sandbox/imfahbojndienpabmejppmflepmnikfl |
Description | A simple physics sandbox game. |
File Size | 641 KB |
Installation Count | 1,732 |
Current Version | 1.0 |
Last Updated | 2019-04-29 |
Publish Date | 2019-04-29 |
Rating | 4.60/5 Total 5 Ratings |
Developer | Jack Jarvis |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |