Talking Alarm Clock
A clock with two configurable alarms that will play a sound and speak a phrase of your choice.
Was ist Talking Alarm Clock?
Talking Alarm Clock ist eine Chrome-Erweiterung, die von imranmurtaza323 entwickelt wurde, und ihr Hauptmerkmal ist "A clock with two configurable alarms that will play a sound and speak a phrase of your choice.".
Erweiterungsscreenshots
Talking Alarm Clock-Erweiterungs-CRX-Datei herunterladen
Laden Sie Talking Alarm Clock-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pdadpnbfanhnfhcbcicghaofoolaghpd |
| Offizielle URL | https://chromewebstore.google.com/detail/talking-alarm-clock/pdadpnbfanhnfhcbcicghaofoolaghpd |
| Beschreibung | A clock with two configurable alarms that will play a sound and speak a phrase of your choice. |
| Dateigröße | 748 KB |
| Installationsanzahl | 40 |
| Aktuelle Version | 1.3 |
| Letztes Update | 2020-11-07 |
| Veröffentlichungsdatum | 2020-11-07 |
| Bewertung | 4.00/5 Insgesamt 2 Bewertungen |
| Entwickler | imranmurtaza323 |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.unionwellportugal.com |
| Hilfeseite URL | https://www.unionwellportugal.com/contactus.html |
| Unterstützte Sprachen | 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
} | |