Cuckoo Alarm
the Alarm with a cuckoo sings every 30 minutes
什么是Cuckoo Alarm?
Cuckoo Alarm是由matsuoshi开发的Chrome扩展程序,该扩展的主要功能是“the Alarm with a cuckoo sings every 30 minutes”。
扩展截图
下载Cuckoo Alarm扩展crx文件
下载Cuckoo Alarm扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension works as an alarm every 30 minutes.
The cuckoo sings one time, every half hour.
can toggle sound ON/OFF with button. 扩展基本信息
| 名称 | |
| ID | kdkkbkefmhllplcecmplfohdpjibjncg |
| 官方URL | https://chromewebstore.google.com/detail/cuckoo-alarm/kdkkbkefmhllplcecmplfohdpjibjncg |
| 简介 | the Alarm with a cuckoo sings every 30 minutes |
| 文件大小 | 32.08 KB |
| 安装次数 | 146 |
| 当前版本 | 1.0.4 |
| 更新时间 | 2020-10-26 |
| 上架时间 | 2020-10-07 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | matsuoshi |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/matsuoshi/cuckoo_alarm |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Cuckoo Alarm",
"version": "1.0.4",
"description": "the Alarm with a cuckoo sings every 30 minutes",
"author": "matsuoshi",
"homepage_url": "https:\/\/github.com\/matsuoshi\/cuckoo_alarm",
"permissions": [
"alarms"
],
"background": {
"scripts": [
"cuckoo_alarm.js"
]
},
"browser_action": {
"default_icon": {
"128": "icons\/icon128.png"
},
"default_title": "toggle the cuckoo sings"
},
"icons": {
"16": "icons\/icon16.png",
"128": "icons\/icon128.png"
}
} | |