Talking Alarm Clock
A clock with two configurable alarms that will play a sound and speak a phrase of your choice.
Hvad er Talking Alarm Clock?
Talking Alarm Clock er en Chrome-udvidelse udviklet af imranmurtaza323, og dens hovedfunktion er "A clock with two configurable alarms that will play a sound and speak a phrase of your choice.".
Udvidelsesskærmbilleder
Download Talking Alarm Clock-udvidelses-CRX-fil
Download Talking Alarm Clock-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | pdadpnbfanhnfhcbcicghaofoolaghpd |
| Officiel URL | https://chromewebstore.google.com/detail/talking-alarm-clock/pdadpnbfanhnfhcbcicghaofoolaghpd |
| Beskrivelse | A clock with two configurable alarms that will play a sound and speak a phrase of your choice. |
| Filstørrelse | 748 KB |
| Antal Installationer | 40 |
| Nuværende Version | 1.3 |
| Senest Opdateret | 2020-11-07 |
| Udgivelsesdato | 2020-11-07 |
| Bedømmelse | 4.00/5 Samlet 2 Bedømmelser |
| Udvikler | imranmurtaza323 |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://www.unionwellportugal.com |
| Hjælpeside-URL | https://www.unionwellportugal.com/contactus.html |
| Understøttede Sprog | 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
} | |