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 Shubham Nagaria, dan fitur utamanya adalah "A clock with two configurable alarms that will play a sound and speak a phrase of your choice.".

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

                                            

Informasi Dasar Ekstensi

Nama Talking Alarm Clock Talking Alarm Clock
ID dcmfcpmopbiokeljhjclfnoodialipnc
URL Resmi https://chrome.google.com/webstore/detail/talking-alarm-clock/dcmfcpmopbiokeljhjclfnoodialipnc
Deskripsi A clock with two configurable alarms that will play a sound and speak a phrase of your choice.
Ukuran File 849 KB
Jumlah Instalasi 144
Versi Saat Ini 1.0
Terakhir Diperbarui 2017-03-06
Tanggal Publikasi 2017-03-06
Penilaian 2.50/5 Total 2 Penilaian
Pengembang Shubham Nagaria
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}