Game-of-Life

Play Conway's Game of life on GitHub contribution board

Wat is Game-of-Life?

Game-of-Life is een Chrome-extensie ontwikkeld door yuanchuan, en de belangrijkste functie is "Play Conway's Game of life on GitHub contribution board".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Game-of-Life

Download Game-of-Life-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Play Conway's Game of life on GitHub contribution board                    

Basisinformatie over de Extensie

Naam Game-of-Life Game-of-Life
ID bhhddgpklpjchoemcgggncekimleaaok
Officiële URL https://chromewebstore.google.com/detail/game-of-life/bhhddgpklpjchoemcgggncekimleaaok
Beschrijving Play Conway's Game of life on GitHub contribution board
Bestandsgrootte 14.59 KB
Aantal Installaties 103
Huidige Versie 1.3.7
Laatst Bijgewerkt 2019-05-27
Publicatiedatum 2019-05-26
Beoordeling 3.80/5 Totaal 5 Beoordelingen
Ontwikkelaar yuanchuan
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/yuanchuan/game-of-life
Help Pagina-URL https://github.com/yuanchuan/game-of-life
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Game-of-Life",
    "version": "1.3.7",
    "description": "Play Conway's Game of life on GitHub contribution board",
    "icons": {
        "16": "icons\/logo48.png",
        "48": "icons\/logo128.png",
        "128": "icons\/logo256.png",
        "256": "icons\/logo256.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/github.com\/new\/*",
                "https:\/\/github.com\/settings\/*",
                "https:\/\/github.com\/pricing\/*",
                "https:\/\/github.com\/blog\/*",
                "https:\/\/github.com\/contact\/*",
                "https:\/\/github.com\/site\/*",
                "https:\/\/github.com\/about\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "index.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}