Snake
Play Snake right on your screen.
什么是Snake?
Snake是由trishul.goel开发的Chrome扩展程序,该扩展的主要功能是“Play Snake right on your screen.”。
扩展截图
下载Snake扩展crx文件
下载Snake扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Play the snake right on your screen, take a quick break without even looking away from work. 扩展基本信息
| 名称 | |
| ID | gachpamaaijaikdcakmphoeknjigclnk |
| 官方URL | https://chromewebstore.google.com/detail/snake/gachpamaaijaikdcakmphoeknjigclnk |
| 简介 | Play Snake right on your screen. |
| 文件大小 | 30.11 KB |
| 安装次数 | 16 |
| 当前版本 | 2.5 |
| 更新时间 | 2018-04-10 |
| 上架时间 | 2018-04-10 |
| 开发者 | trishul.goel |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/tsl143/snake |
| 帮助页面URL | https://github.com/tsl143/snake |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Snake",
"description": "Play Snake right on your screen.",
"version": "2.5",
"icons": {
"32": "icons\/icon_32.png",
"48": "icons\/icon_48.png",
"64": "icons\/icon_64.png",
"128": "icons\/icon_128.png"
},
"browser_action": {
"default_icon": "icons\/icon_32.png",
"default_title": "Snake"
},
"background": {
"scripts": [
"js\/bg.js"
]
},
"permissions": [
"activeTab"
]
} | |