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 تم تطويرها بواسطة imranmurtaza323، والميزة الرئيسية لها هي "A clock with two configurable alarms that will play a sound and speak a phrase of your choice.".

لقطات شاشة التمديد

screenshot

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

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

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

                        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.                    

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

الاسم Talking Alarm Clock Talking Alarm Clock
ID pdadpnbfanhnfhcbcicghaofoolaghpd
عنوان URL الرسمي https://chromewebstore.google.com/detail/talking-alarm-clock/pdadpnbfanhnfhcbcicghaofoolaghpd
الوصف A clock with two configurable alarms that will play a sound and speak a phrase of your choice.
حجم الملف 748 KB
عدد التثبيتات 40
النسخة الحالية 1.3
آخر تحديث 2020-11-07
تاريخ النشر 2020-11-07
تقييم 4.00/5 مجموع تقييمات 2
المطور imranmurtaza323
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.unionwellportugal.com
عنوان صفحة المساعدة https://www.unionwellportugal.com/contactus.html
اللغات المدعومة 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
}