Patorjk.com Snake
Play this javascript snake in any tab!
什么是Patorjk.com Snake?
Patorjk.com Snake是由Maxim Collingwood开发的Chrome扩展程序,该扩展的主要功能是“Play this javascript snake in any tab!”。
下载Patorjk.com Snake扩展crx文件
下载Patorjk.com Snake扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
All credit goes to patorjk.com, this is not my game. However, since this game is so fun, I've decided to give it some more publicity.
扩展基本信息
名称 | |
ID | aickjkenlpkgbghpkkenlbffpiookpai |
官方URL | https://chromewebstore.google.com/detail/patorjkcom-snake/aickjkenlpkgbghpkkenlbffpiookpai |
简介 | Play this javascript snake in any tab! |
文件大小 | 16.29 KB |
安装次数 | 173 |
当前版本 | 1.5 |
更新时间 | 2017-04-07 |
上架时间 | 2017-04-07 |
评分 | 5.00/5 共1次评分 |
开发者 | Maxim Collingwood |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Patorjk.com Snake", "version": "1.5", "description": "Play this javascript snake in any tab!", "icons": { "128": "download.png" }, "browser_action": { "default_popup": "popup.html" } } |