Talking Alarm Clock

A clock with two configurable alarms that will play a sound and speak a phrase of your choice.

ما هو Talking Alarm Clock؟

Talking Alarm Clock هو إضافة Chrome تم تطويرها بواسطة Shubham Nagaria، والميزة الرئيسية لها هي "A clock with two configurable alarms that will play a sound and speak a phrase of your choice.".

تحميل ملف CRX للإضافة Talking Alarm Clock

قم بتنزيل ملفات الامتداد Talking Alarm Clock بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم Talking Alarm Clock Talking Alarm Clock
ID dcmfcpmopbiokeljhjclfnoodialipnc
عنوان URL الرسمي https://chrome.google.com/webstore/detail/talking-alarm-clock/dcmfcpmopbiokeljhjclfnoodialipnc
الوصف A clock with two configurable alarms that will play a sound and speak a phrase of your choice.
حجم الملف 849 KB
عدد التثبيتات 144
النسخة الحالية 1.0
آخر تحديث 2017-03-06
تاريخ النشر 2017-03-06
تقييم 2.50/5 مجموع تقييمات 2
المطور Shubham Nagaria
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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
}