Evolution Simulation
Simulate Evolution By Observing Natural Selection Over Generations Of Simulated Organisms!
什么是Evolution Simulation?
Evolution Simulation是由Finan Gammell开发的Chrome扩展程序,该扩展的主要功能是“Simulate Evolution By Observing Natural Selection Over Generations Of Simulated Organisms!”。
扩展截图
下载Evolution Simulation扩展crx文件
下载Evolution Simulation扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
*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
扩展基本信息
名称 | Evolution Simulation |
ID | edeghoiegfbmioabkkfccdghamfgcnmp |
官方URL | https://chromewebstore.google.com/detail/evolution-simulation/edeghoiegfbmioabkkfccdghamfgcnmp |
简介 | Simulate Evolution By Observing Natural Selection Over Generations Of Simulated Organisms! |
文件大小 | 67.78 KB |
安装次数 | 31 |
当前版本 | 1.0.0 |
更新时间 | 2021-12-14 |
上架时间 | 2021-12-13 |
评分 | 3.00/5 共1次评分 |
开发者 | Finan Gammell |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |