Physics Sandbox

A simple physics sandbox game.

O que é Physics Sandbox?

Physics Sandbox é uma extensão do Chrome desenvolvida por Jack Jarvis, e sua principal característica é "A simple physics sandbox game.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Physics Sandbox

Baixe arquivos de extensão Physics Sandbox no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Physics Sandbox Physics Sandbox
ID imfahbojndienpabmejppmflepmnikfl
URL Oficial https://chromewebstore.google.com/detail/physics-sandbox/imfahbojndienpabmejppmflepmnikfl
Descrição A simple physics sandbox game.
Tamanho do Arquivo 641 KB
Contagem de Instalações 1,732
Versão Atual 1.0
Última Atualização 2019-04-29
Data de Publicação 2019-04-29
Classificação 4.60/5 Total de 5 Avaliações
Desenvolvedor Jack Jarvis
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}