Evolution Simulation
Simulate Evolution By Observing Natural Selection Over Generations Of Simulated Organisms!
What is Evolution Simulation?
Evolution Simulation is a Chrome extension developed by Finan Gammell, and its main feature is "Simulate Evolution By Observing Natural Selection Over Generations Of Simulated Organisms!".
Extension Screenshots
Download Evolution Simulation Extension CRX File
Download Evolution Simulation extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
*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
Extension Basic Information
Name | Evolution Simulation |
ID | edeghoiegfbmioabkkfccdghamfgcnmp |
Official URL | https://chromewebstore.google.com/detail/evolution-simulation/edeghoiegfbmioabkkfccdghamfgcnmp |
Description | Simulate Evolution By Observing Natural Selection Over Generations Of Simulated Organisms! |
File Size | 67.78 KB |
Installation Count | 31 |
Current Version | 1.0.0 |
Last Updated | 2021-12-14 |
Publish Date | 2021-12-13 |
Rating | 3.00/5 Total 1 Ratings |
Developer | Finan Gammell |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |