Evolution Simulation

Simulate Evolution By Observing Natural Selection Over Generations Of Simulated Organisms!

O que é Evolution Simulation?

Evolution Simulation é uma extensão do Chrome desenvolvida por Finan Gammell, e sua principal característica é "Simulate Evolution By Observing Natural Selection Over Generations Of Simulated Organisms!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Evolution Simulation

Baixe arquivos de extensão Evolution Simulation 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

                        *This extension creates simulated "organisms" with traits
*Shape and color are heritable traits
*Depending on the selection criteria, certain "organisms" have a better chance of "reproduction" *This causes heritable traits that are more favorable to the selection criteria to occur more often (Natural selection)
*Natural selection is the process by which Evolution occurs, so this extension allows users to better understand how and why Evolution takes place                    

Informações Básicas da Extensão

Nome Evolution Simulation Evolution Simulation
ID edeghoiegfbmioabkkfccdghamfgcnmp
URL Oficial https://chromewebstore.google.com/detail/evolution-simulation/edeghoiegfbmioabkkfccdghamfgcnmp
Descrição Simulate Evolution By Observing Natural Selection Over Generations Of Simulated Organisms!
Tamanho do Arquivo 67.78 KB
Contagem de Instalações 31
Versão Atual 1.0.0
Última Atualização 2021-12-14
Data de Publicação 2021-12-13
Classificação 3.00/5 Total de 1 Avaliações
Desenvolvedor Finan Gammell
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Evolution Simulation",
    "description": "Simulate Evolution By Observing Natural Selection Over Generations Of Simulated Organisms!",
    "version": "1.0.0",
    "icons": {
        "128": "gene_logo_128.png"
    },
    "browser_action": {
        "default_icon": "gene_logo.png",
        "default_popup": "popup.html"
    }
}