Snake game

A fun game to play while waiting for things

什么是Snake game?

Snake game是由Gecko Software开发的Chrome扩展程序,该扩展的主要功能是“A fun game to play while waiting for things”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Snake game扩展crx文件

下载Snake game扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Snake game Snake game
ID lljpgahbeilaecaaiecghpmfajfeclge
官方URL https://chromewebstore.google.com/detail/snake-game/lljpgahbeilaecaaiecghpmfajfeclge
简介 A fun game to play while waiting for things
文件大小 625 KB
安装次数 20,000
当前版本 2.9.0
更新时间 2019-08-19
上架时间 2019-08-18
评分 4.49/5 共67次评分
开发者 Gecko Software
付费类型 free
支持的语言 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"
    }
}