Talking Alarm Clock
A clock with two configurable alarms that will play a sound and speak a phrase of your choice.
什么是Talking Alarm Clock?
Talking Alarm Clock是由imranmurtaza323开发的Chrome扩展程序,该扩展的主要功能是“A clock with two configurable alarms that will play a sound and speak a phrase of your choice.”。
扩展截图
下载Talking Alarm Clock扩展crx文件
下载Talking Alarm Clock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Set an Alarm for your own customization time with customized voices to provide best service to user set a reminder to do some special work for them. 扩展基本信息
| 名称 | |
| ID | pdadpnbfanhnfhcbcicghaofoolaghpd |
| 官方URL | https://chromewebstore.google.com/detail/talking-alarm-clock/pdadpnbfanhnfhcbcicghaofoolaghpd |
| 简介 | A clock with two configurable alarms that will play a sound and speak a phrase of your choice. |
| 文件大小 | 748 KB |
| 安装次数 | 40 |
| 当前版本 | 1.3 |
| 更新时间 | 2020-11-07 |
| 上架时间 | 2020-11-07 |
| 评分 | 4.00/5 共2次评分 |
| 开发者 | imranmurtaza323 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.unionwellportugal.com |
| 帮助页面URL | https://www.unionwellportugal.com/contactus.html |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Talking Alarm Clock",
"version": "1.3",
"description": "A clock with two configurable alarms that will play a sound and speak a phrase of your choice.",
"permissions": [
"background",
"tts"
],
"background": {
"scripts": [
"common.js",
"background.js"
]
},
"browser_action": {
"default_icon": "clock-19.png",
"default_title": "Talking Alarm Clock",
"default_popup": "popup.html"
},
"icons": {
"16": "clock-16.png",
"48": "clock-48.png",
"128": "clock-128.png",
"256": "clock-256.png"
},
"manifest_version": 2
} | |