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 |
官方網址 | 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" } } |