Snake

Play Snake!

Qu'est-ce que Snake ?

Snake est une extension Chrome développée par philip s, et sa fonction principale est "Play Snake!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Snake

Téléchargez les fichiers d'extension Snake au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Snake Snake
ID goicnfoaggodccboajidgdckohdpfmib
URL Officiel https://chromewebstore.google.com/detail/snake/goicnfoaggodccboajidgdckohdpfmib
Description Play Snake!
Taille du Fichier 24.14 KB
Nombre d'Installations 444
Version Actuelle 1.0
Dernière Mise à Jour 2018-07-29
Date de Publication 2018-07-28
Évaluation 5.00/5 Total 2 Évaluations
Développeur philip s
Type de Paiement free
Langues Prises en Charge 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"
    }
}