Chrome Snake
Play snake at anytime just by opening a new tab
什么是Chrome Snake?
Chrome Snake是由simon.bruno.77开发的Chrome扩展程序,该扩展的主要功能是“Play snake at anytime just by opening a new tab”。
扩展截图
下载Chrome Snake扩展crx文件
下载Chrome Snake扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Chrome Snake allows you to play with the greatest classic video game ever.
Just open a new tab and have fun.
You can change the initial speed, the color (light or dark) and time display.
Don't want to play ? Just sit and watch the computer playing for you.
UPDATE 1.1 :
Adding link to get back to the normal Chrome new tab page 扩展基本信息
| 名称 | |
| ID | cbdobfnjgnmlcajcamdfjeofmnecepdl |
| 官方URL | https://chromewebstore.google.com/detail/chrome-snake/cbdobfnjgnmlcajcamdfjeofmnecepdl |
| 简介 | Play snake at anytime just by opening a new tab |
| 文件大小 | 45.28 KB |
| 安装次数 | 10,000 |
| 当前版本 | 1.1 |
| 更新时间 | 2018-03-09 |
| 上架时间 | 2018-03-09 |
| 评分 | 2.41/5 共522次评分 |
| 开发者 | simon.bruno.77 |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Chrome Snake",
"version": "1.1",
"manifest_version": 2,
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"description": "Play snake at anytime just by opening a new tab",
"options_page": "options.html",
"chrome_url_overrides": {
"newtab": "newtab.html"
}
} | |