Talking Alarm Clock
A clock with two configurable alarms that will play a sound and speak a phrase of your choice.
What is Talking Alarm Clock?
Talking Alarm Clock is a Chrome extension developed by imranmurtaza323, and its main feature is "A clock with two configurable alarms that will play a sound and speak a phrase of your choice.".
Extension Screenshots
Download Talking Alarm Clock Extension CRX File
Download Talking Alarm Clock extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Talking Alarm Clock |
ID | pdadpnbfanhnfhcbcicghaofoolaghpd |
Official URL | https://chromewebstore.google.com/detail/talking-alarm-clock/pdadpnbfanhnfhcbcicghaofoolaghpd |
Description | A clock with two configurable alarms that will play a sound and speak a phrase of your choice. |
File Size | 748 KB |
Installation Count | 40 |
Current Version | 1.3 |
Last Updated | 2020-11-07 |
Publish Date | 2020-11-07 |
Rating | 4.00/5 Total 2 Ratings |
Developer | imranmurtaza323 |
[email protected] | |
Payment Type | free |
Extension Website | https://www.unionwellportugal.com |
Help Page URL | https://www.unionwellportugal.com/contactus.html |
Supported Languages | 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 } |