Evolution Simulation
Simulate Evolution By Observing Natural Selection Over Generations Of Simulated Organisms!
Wat is Evolution Simulation?
Evolution Simulation is een Chrome-extensie ontwikkeld door Finan Gammell, en de belangrijkste functie is "Simulate Evolution By Observing Natural Selection Over Generations Of Simulated Organisms!".
Extensie Screenshots
Download het CRX-bestand van de extensie Evolution Simulation
Download Evolution Simulation-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
*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
Basisinformatie over de Extensie
Naam | Evolution Simulation |
ID | edeghoiegfbmioabkkfccdghamfgcnmp |
Officiële URL | https://chromewebstore.google.com/detail/evolution-simulation/edeghoiegfbmioabkkfccdghamfgcnmp |
Beschrijving | Simulate Evolution By Observing Natural Selection Over Generations Of Simulated Organisms! |
Bestandsgrootte | 67.78 KB |
Aantal Installaties | 31 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2021-12-14 |
Publicatiedatum | 2021-12-13 |
Beoordeling | 3.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Finan Gammell |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |