Snake

Play Snake!

Wat is Snake?

Snake is een Chrome-extensie ontwikkeld door philip s, en de belangrijkste functie is "Play Snake!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Snake

Download Snake-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 the classic snake game in a Google Chrome popup.
Select a difficulty and use arrow keys to control.
Control the snake to eat the food and grow, but be careful not to eat yourself or touch the wall.                    

Basisinformatie over de Extensie

Naam Snake Snake
ID goicnfoaggodccboajidgdckohdpfmib
Officiële URL https://chromewebstore.google.com/detail/snake/goicnfoaggodccboajidgdckohdpfmib
Beschrijving Play Snake!
Bestandsgrootte 24.14 KB
Aantal Installaties 444
Huidige Versie 1.0
Laatst Bijgewerkt 2018-07-29
Publicatiedatum 2018-07-28
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar philip s
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snake",
    "version": "1.0",
    "description": "Play Snake!",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Snake!",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "s16.png",
        "32": "s32.png",
        "48": "s48.png",
        "64": "s64.png",
        "128": "s128.png"
    }
}