Snake

Snake.

什么是Snake?

Snake是由Gunnarclingman开发的Chrome扩展程序,该扩展的主要功能是“Snake.”。

扩展截图

screenshot
screenshot

下载Snake扩展crx文件

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

扩展使用说明

                        This is a port of patorjk's snake you can visit his website at patorjk.com/games/snake/. I have made this as a convenient place to access the game. The adds that were on the actual site are still present and i could not remove that.                    

扩展基本信息

名称 Snake Snake
ID jciacpclgoeflamcnchfckcfocbbokkf
官方URL https://chrome.google.com/webstore/detail/snake/jciacpclgoeflamcnchfckcfocbbokkf
简介 Snake.
文件大小 12.47 KB
安装次数 236
当前版本 1.0
更新时间 2016-03-04
上架时间 2016-03-04
开发者 Gunnarclingman
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snake",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Snake.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "snake.html"
    }
}