usefulness extension
edit 1.2: highscore with chrome storage API! snake bug still there, so I'll try to fix it soon This extension is for the average…
什么是usefulness extension?
usefulness extension是由mroscarfinley开发的Chrome扩展程序,该扩展的主要功能是“edit 1.2: highscore with chrome storage API! snake bug still there, so I'll try to fix it soon This extension is for the average…”。
扩展截图
下载usefulness extension扩展crx文件
下载usefulness extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
edit 1.2:
highscore with chrome storage API!
snake bug still there, so I'll try to fix it soon
This extension is for the average school kid made by a highschool kid who understands your pain!
features:
- random number generator
- inspirational quote to prevent you dying from depression
- annoying noises:
- airhorn
- yee sound
if you have any suggestions please contact [email protected] and check out the website at https://sites.google.com/view/the-usefulness-extension/home
edit 1.1:
snake game bug fixes and improvements
highscore does not currently work yet
tetris coming soon
edit 1.0:
- introducing the snake game!
- removed random number generator and 14khz sound due to complaints. may add later. 扩展基本信息
| 名称 | |
| ID | mcikgnlogepdidaonhdkopokgcnapbpi |
| 官方URL | https://chromewebstore.google.com/detail/usefulness-extension/mcikgnlogepdidaonhdkopokgcnapbpi |
| 简介 | edit 1.2: highscore with chrome storage API! snake bug still there, so I'll try to fix it soon This extension is for the average… |
| 文件大小 | 62.2 KB |
| 安装次数 | 29 |
| 当前版本 | 1.2.1 |
| 更新时间 | 2019-05-02 |
| 上架时间 | 2019-05-01 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | mroscarfinley |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://sites.google.com/view/the-usefulness-extension/home |
| 帮助页面URL | https://sites.google.com/view/the-usefulness-extension/home |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "usefulness extension",
"version": "1.2.1",
"manifest_version": 2,
"permissions": [
"storage"
],
"browser_action": {
"default_icon": "default-icon.jpg",
"default_popup": "popup.html"
}
} | |