Talking Alarm Clock
A clock with two configurable alarms that will play a sound and speak a phrase of your choice.
Apa itu Talking Alarm Clock?
Talking Alarm Clock adalah ekstensi Chrome yang dikembangkan oleh imranmurtaza323, dan fitur utamanya adalah "A clock with two configurable alarms that will play a sound and speak a phrase of your choice.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Talking Alarm Clock
Unduh file ekstensi Talking Alarm Clock dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Talking Alarm Clock |
ID | pdadpnbfanhnfhcbcicghaofoolaghpd |
URL Resmi | https://chromewebstore.google.com/detail/talking-alarm-clock/pdadpnbfanhnfhcbcicghaofoolaghpd |
Deskripsi | A clock with two configurable alarms that will play a sound and speak a phrase of your choice. |
Ukuran File | 748 KB |
Jumlah Instalasi | 40 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2020-11-07 |
Tanggal Publikasi | 2020-11-07 |
Penilaian | 4.00/5 Total 2 Penilaian |
Pengembang | imranmurtaza323 |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.unionwellportugal.com |
URL Halaman Bantuan | https://www.unionwellportugal.com/contactus.html |
Bahasa yang Didukung | 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 } |