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 |
| 官方網址 | 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
} | |