Snake

The classic JavaScript Snake recreated for easy use!

什么是Snake?

Snake是由Adam Janicki开发的Chrome扩展程序,该扩展的主要功能是“The classic JavaScript Snake recreated for easy use!”。

扩展截图

screenshot

下载Snake扩展crx文件

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

扩展使用说明

                        This is a version of the classic JavaScript Snake Game, created in Chrome for easy and simple user use.

Jump right into the action by using the arrow keys to start your snake, or take a moment to adjust your settings to get the gameplay right for you.

Adjustable features include: the use of boundaries, snake color, background color, grid size, and snake speed.                    

扩展基本信息

名称 Snake Snake
ID gihjfphchgbhfklhdbecdbegngielnlg
官方URL https://chromewebstore.google.com/detail/snake/gihjfphchgbhfklhdbecdbegngielnlg
简介 The classic JavaScript Snake recreated for easy use!
文件大小 521 KB
安装次数 10,000
当前版本 1.3.1
更新时间 2022-04-08
上架时间 2019-03-08
评分 3.90/5 共10次评分
开发者 Adam Janicki
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snake",
    "description": "The classic JavaScript Snake recreated for easy use!",
    "version": "1.3.1",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": ".\/index.html",
        "default_icon": {
            "16": ".\/16.png",
            "32": ".\/32.png",
            "48": ".\/48.png",
            "128": ".\/128.png"
        }
    },
    "icons": {
        "16": ".\/16.png",
        "32": ".\/32.png",
        "48": ".\/48.png",
        "128": ".\/128.png"
    }
}