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 |
| Eメール | [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
} | |