Snake
Snake - perfect for killing time when you're offline. Controls: Arrow keys to move, Slider to adjust speed (disabled during a game)
什么是Snake?
Snake是由Pied Piper开发的Chrome扩展程序,该扩展的主要功能是“Snake - perfect for killing time when you're offline. Controls: Arrow keys to move, Slider to adjust speed (disabled during a game)”。
扩展截图
下载Snake扩展crx文件
下载Snake扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Waiting for your internet to come back online, or a web page to load? Or do you just want to have a bit of fun in some spare time? This classic snake game is for you! Controls: Arrow keys to move and the slider changes snake speed, though it is disabled during a game.
扩展基本信息
名称 | Snake |
ID | lnkcbfimmmgcemkbgfghlpoamhoakdif |
官方URL | https://chromewebstore.google.com/detail/snake/lnkcbfimmmgcemkbgfghlpoamhoakdif |
简介 | Snake - perfect for killing time when you're offline. Controls: Arrow keys to move, Slider to adjust speed (disabled during a game) |
文件大小 | 43.3 KB |
安装次数 | 4,445 |
当前版本 | 1.0.2 |
更新时间 | 2021-05-06 |
上架时间 | 2021-05-05 |
评分 | 4.67/5 共3次评分 |
开发者 | Pied Piper |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Snake", "version": "1.0.2", "description": "Snake - perfect for killing time when you're offline. Controls: Arrow keys to move, Slider to adjust speed (disabled during a game)", "icons": { "32": "icons\/icon.png" }, "browser_action": { "default_icon": "icons\/icon.png", "default_title": "Snake", "default_popup": "popup.html" }, "permissions": [ "storage" ] } |