Evolution Simulation
Simulate Evolution By Observing Natural Selection Over Generations Of Simulated Organisms!
Hvad er Evolution Simulation?
Evolution Simulation er en Chrome-udvidelse udviklet af Finan Gammell, og dens hovedfunktion er "Simulate Evolution By Observing Natural Selection Over Generations Of Simulated Organisms!".
Udvidelsesskærmbilleder
Download Evolution Simulation-udvidelses-CRX-fil
Download Evolution Simulation-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
*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
Grundlæggende oplysninger om udvidelsen
Navn | Evolution Simulation |
ID | edeghoiegfbmioabkkfccdghamfgcnmp |
Officiel URL | https://chromewebstore.google.com/detail/evolution-simulation/edeghoiegfbmioabkkfccdghamfgcnmp |
Beskrivelse | Simulate Evolution By Observing Natural Selection Over Generations Of Simulated Organisms! |
Filstørrelse | 67.78 KB |
Antal Installationer | 31 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2021-12-14 |
Udgivelsesdato | 2021-12-13 |
Bedømmelse | 3.00/5 Samlet 1 Bedømmelser |
Udvikler | Finan Gammell |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |