Evolution Simulation

Simulate Evolution By Observing Natural Selection Over Generations Of Simulated Organisms!

Vad är Evolution Simulation?

Evolution Simulation är en Chrome-tillägg utvecklad av Finan Gammell, och dess huvudfunktion är "Simulate Evolution By Observing Natural Selection Over Generations Of Simulated Organisms!".

Tilläggsskärmbilder

screenshot

Ladda ner Evolution Simulation-förlängningens CRX-fil

Ladda ner Evolution Simulation-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        *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äggande Information om Tillägg

Namn Evolution Simulation Evolution Simulation
ID edeghoiegfbmioabkkfccdghamfgcnmp
Officiell webbadress https://chromewebstore.google.com/detail/evolution-simulation/edeghoiegfbmioabkkfccdghamfgcnmp
Beskrivning Simulate Evolution By Observing Natural Selection Over Generations Of Simulated Organisms!
Filstorlek 67.78 KB
Antal Installationer 31
Aktuell Version 1.0.0
Senast Uppdaterad 2021-12-14
Publiceringsdatum 2021-12-13
Betyg 3.00/5 Totalt 1 Betyg
Utvecklare Finan Gammell
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}