Talking Alarm Clock
A clock with two configurable alarms that will play a sound and speak a phrase of your choice.
Wat is Talking Alarm Clock?
Talking Alarm Clock is een Chrome-extensie ontwikkeld door imranmurtaza323, en de belangrijkste functie is "A clock with two configurable alarms that will play a sound and speak a phrase of your choice.".
Extensie Screenshots
Download het CRX-bestand van de extensie Talking Alarm Clock
Download Talking Alarm Clock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | pdadpnbfanhnfhcbcicghaofoolaghpd |
| Officiële URL | https://chromewebstore.google.com/detail/talking-alarm-clock/pdadpnbfanhnfhcbcicghaofoolaghpd |
| Beschrijving | A clock with two configurable alarms that will play a sound and speak a phrase of your choice. |
| Bestandsgrootte | 748 KB |
| Aantal Installaties | 40 |
| Huidige Versie | 1.3 |
| Laatst Bijgewerkt | 2020-11-07 |
| Publicatiedatum | 2020-11-07 |
| Beoordeling | 4.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | imranmurtaza323 |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.unionwellportugal.com |
| Help Pagina-URL | https://www.unionwellportugal.com/contactus.html |
| Ondersteunde Talen | 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
} | |