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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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
}