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 Shubham Nagaria, og dens hovedfunktion er "A clock with two configurable alarms that will play a sound and speak a phrase of your choice.".
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | dcmfcpmopbiokeljhjclfnoodialipnc |
Officiel URL | https://chrome.google.com/webstore/detail/talking-alarm-clock/dcmfcpmopbiokeljhjclfnoodialipnc |
Beskrivelse | A clock with two configurable alarms that will play a sound and speak a phrase of your choice. |
Filstørrelse | 849 KB |
Antal Installationer | 144 |
Nuværende Version | 1.0 |
Senest Opdateret | 2017-03-06 |
Udgivelsesdato | 2017-03-06 |
Bedømmelse | 2.50/5 Samlet 2 Bedømmelser |
Udvikler | Shubham Nagaria |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Talking Alarm Clock", "version": "1.0", "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 } |