Snake game

A fun game to play while waiting for things

Vad är Snake game?

Snake game är en Chrome-tillägg utvecklad av Gecko Software, och dess huvudfunktion är "A fun game to play while waiting for things".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Snake game-förlängningens CRX-fil

Ladda ner Snake game-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

                        A simple game to play while you're waiting for websites to load! Move the snake around with the arrow keys, eat the red dots to grow bigger, and avoid hitting your own tail.



Code functions from codepen.io                    

Grundläggande Information om Tillägg

Namn Snake game Snake game
ID lljpgahbeilaecaaiecghpmfajfeclge
Officiell webbadress https://chromewebstore.google.com/detail/snake-game/lljpgahbeilaecaaiecghpmfajfeclge
Beskrivning A fun game to play while waiting for things
Filstorlek 625 KB
Antal Installationer 20,000
Aktuell Version 2.9.0
Senast Uppdaterad 2019-08-19
Publiceringsdatum 2019-08-18
Betyg 4.49/5 Totalt 67 Betyg
Utvecklare Gecko Software
Betalningssätt free
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Snake game",
    "version": "2.9.0",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "description": "A fun game to play while waiting for things",
    "offline_enabled": true,
    "author": "Ian",
    "icons": {
        "16": "\/assets\/images\/icon.png",
        "48": "\/assets\/images\/icon.png",
        "128": "\/assets\/images\/icon.png"
    },
    "browser_action": {
        "default_icon": "\/assets\/images\/icon.png",
        "default_popup": "popup.html"
    }
}