Cuckoo Alarm

the Alarm with a cuckoo sings every 30 minutes

Cuckoo Alarmคืออะไร?

Cuckoo Alarm เป็นส่วนขยายของ Chrome ที่พัฒนาโดย matsuoshi และคุณลักษณะหลักของมันคือ "the Alarm with a cuckoo sings every 30 minutes"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cuckoo Alarm

ดาวน์โหลดไฟล์ส่วนขยาย Cuckoo Alarm ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This extension works as an alarm every 30 minutes.
The cuckoo sings one time, every half hour.

can toggle sound ON/OFF with button.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Cuckoo Alarm Cuckoo Alarm
ID kdkkbkefmhllplcecmplfohdpjibjncg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cuckoo-alarm/kdkkbkefmhllplcecmplfohdpjibjncg
คำอธิบาย the Alarm with a cuckoo sings every 30 minutes
ขนาดไฟล์ 32.08 KB
จำนวนการติดตั้ง 146
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2020-10-26
วันที่เผยแพร่ 2020-10-07
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา matsuoshi
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/matsuoshi/cuckoo_alarm
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cuckoo Alarm",
    "version": "1.0.4",
    "description": "the Alarm with a cuckoo sings every 30 minutes",
    "author": "matsuoshi",
    "homepage_url": "https:\/\/github.com\/matsuoshi\/cuckoo_alarm",
    "permissions": [
        "alarms"
    ],
    "background": {
        "scripts": [
            "cuckoo_alarm.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "icons\/icon128.png"
        },
        "default_title": "toggle the cuckoo sings"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "128": "icons\/icon128.png"
    }
}