Game-of-Life
Play Conway's Game of life on GitHub contribution board
Hvad er Game-of-Life?
Game-of-Life er en Chrome-udvidelse udviklet af yuanchuan, og dens hovedfunktion er "Play Conway's Game of life on GitHub contribution board".
Udvidelsesskærmbilleder
Download Game-of-Life-udvidelses-CRX-fil
Download Game-of-Life-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Play Conway's Game of life on GitHub contribution board Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | bhhddgpklpjchoemcgggncekimleaaok |
| Officiel URL | https://chromewebstore.google.com/detail/game-of-life/bhhddgpklpjchoemcgggncekimleaaok |
| Beskrivelse | Play Conway's Game of life on GitHub contribution board |
| Filstørrelse | 14.59 KB |
| Antal Installationer | 103 |
| Nuværende Version | 1.3.7 |
| Senest Opdateret | 2019-05-27 |
| Udgivelsesdato | 2019-05-26 |
| Bedømmelse | 3.80/5 Samlet 5 Bedømmelser |
| Udvikler | yuanchuan |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/yuanchuan/game-of-life |
| Hjælpeside-URL | https://github.com/yuanchuan/game-of-life |
| Understøttede Sprog | 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
} | |