Physics Sandbox
A simple physics sandbox game.
Was ist Physics Sandbox?
Physics Sandbox ist eine Chrome-Erweiterung, die von Jack Jarvis entwickelt wurde, und ihr Hauptmerkmal ist "A simple physics sandbox game.".
Erweiterungsscreenshots
Physics Sandbox-Erweiterungs-CRX-Datei herunterladen
Laden Sie Physics Sandbox-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | imfahbojndienpabmejppmflepmnikfl |
| Offizielle URL | https://chromewebstore.google.com/detail/physics-sandbox/imfahbojndienpabmejppmflepmnikfl |
| Beschreibung | A simple physics sandbox game. |
| Dateigröße | 641 KB |
| Installationsanzahl | 1,732 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2019-04-29 |
| Veröffentlichungsdatum | 2019-04-29 |
| Bewertung | 4.60/5 Insgesamt 5 Bewertungen |
| Entwickler | Jack Jarvis |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |