Evolution Simulation
Simulate Evolution By Observing Natural Selection Over Generations Of Simulated Organisms!
Co to jest Evolution Simulation?
Evolution Simulation to rozszerzenie Chrome opracowane przez Finan Gammell, a jego główną funkcją jest „Simulate Evolution By Observing Natural Selection Over Generations Of Simulated Organisms!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Evolution Simulation
Pobierz pliki rozszerzeń Evolution Simulation w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
*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
Podstawowe informacje o rozszerzeniu
Nazwa | Evolution Simulation |
ID | edeghoiegfbmioabkkfccdghamfgcnmp |
Oficjalny URL | https://chromewebstore.google.com/detail/evolution-simulation/edeghoiegfbmioabkkfccdghamfgcnmp |
Opis | Simulate Evolution By Observing Natural Selection Over Generations Of Simulated Organisms! |
Rozmiar pliku | 67.78 KB |
Liczba instalacji | 31 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2021-12-14 |
Data Publikacji | 2021-12-13 |
Ocena | 3.00/5 Łącznie 1 Oceny |
Deweloper | Finan Gammell |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |