Snek Game
A Game About Sneks made WSith Pure HTML, CSS, and Javascript.
什么是Snek Game?
Snek Game是由CreamMonke开发的Chrome扩展程序,该扩展的主要功能是“A Game About Sneks made WSith Pure HTML, CSS, and Javascript.”。
扩展截图
下载Snek Game扩展crx文件
下载Snek Game扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Snek Game is a life changing thought provoking action experience that challenges societal norms. Controls: Singleplayer: wasd or arrow keys - change direction r - restart current game (not in localmutliplayer) Localmultiplayer: wasd - player 1 arrow keys - player 2 v 2.0: -game now uses HTML canvas instead of individual HTML divs; should improve performance related bugs v 1.0: -new mode: localmultiplayer -new menu -UI color scheme changed from red to blue -can now press r in singleplayer mode to instantly restart the game
扩展基本信息
名称 | Snek Game |
ID | hbmpaggicmgkhiifdhkjhkejpcabnkin |
官方URL | https://chromewebstore.google.com/detail/snek-game/hbmpaggicmgkhiifdhkjhkejpcabnkin |
简介 | A Game About Sneks made WSith Pure HTML, CSS, and Javascript. |
文件大小 | 53.87 KB |
安装次数 | 163 |
当前版本 | 2.0 |
更新时间 | 2022-03-07 |
上架时间 | 2021-12-20 |
评分 | 5.00/5 共3次评分 |
开发者 | CreamMonke |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Snek Game", "description": "A Game About Sneks made WSith Pure HTML, CSS, and Javascript.", "version": "2.0", "manifest_version": 3, "icons": { "16": "\/images\/snek.png", "48": "\/images\/snek.png", "128": "\/images\/snek.png" }, "action": { "default_popup": "\/scenes\/menu\/index.html" } } |