Snake

Enjoy hours of fun with a classic recreation of Snake!

什么是Snake?

Snake是由Jayden Galea开发的Chrome扩展程序,该扩展的主要功能是“Enjoy hours of fun with a classic recreation of Snake!”。

扩展截图

screenshot

下载Snake扩展crx文件

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

扩展使用说明

                        Enjoy hours of fun with Snake! Now modernized into a Chrome extension, you can now play a classic version of Snake in a pop-up anytime and anywhere you want!

[ Updates and Patch Notes ]

v0.1.2 :
  - Added feature when pressing 'Space' in the Main Menu or 
    Settings starts a new game.
  - Fixed some reported errors and typos in snake messages 
    every time you die.

v0.1.1 :
 - Added Adjustable Grid Sizes ranging from small to big.
 - Added a Range of different coloured variations of the snake 
   that you can change to your liking.
 - Settings are now saved even if you close the pop-up.
 - Fixed bug when closing the pop-up it wouldn't save your 
   highscore/new score.
 - Added feature when pressing 'Space' during a game will pause 
  the snake, NOTE: Your snake position and direction does NOT 
  save whenever closing the pop-up.                    

扩展基本信息

名称 Snake Snake
ID iglbinjjnmioekgnacipldoddlgmnccg
官方URL https://chromewebstore.google.com/detail/snake/iglbinjjnmioekgnacipldoddlgmnccg
简介 Enjoy hours of fun with a classic recreation of Snake!
文件大小 18.73 KB
安装次数 236
当前版本 0.1.2
更新时间 2022-05-14
上架时间 2021-06-08
评分 4.80/5 共5次评分
开发者 Jayden Galea
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.termsfeed.com/live/6fe38aeb-31d8-4610-8c6c-5cf649b9e601
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Snake",
    "version": "0.1.2",
    "description": "Enjoy hours of fun with a classic recreation of Snake!",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "action": {
        "default_icon": "icon128.png",
        "default_popup": "index.html"
    }
}