Lightweight Alarm clock

Alarm clock, countdown, interval timer

Lightweight Alarm clockคืออะไร?

Lightweight Alarm clock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chikitonik และคุณลักษณะหลักของมันคือ "Alarm clock, countdown, interval timer"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Lightweight Alarm clock, countdown, interval timer with sound and notifications.

Easy to set up and simple to use                    

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

ชื่อ Lightweight Alarm clock Lightweight Alarm clock
ID dipbelnbiifccoaomakbonpknchcdfpl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lightweight-alarm-clock/dipbelnbiifccoaomakbonpknchcdfpl
คำอธิบาย Alarm clock, countdown, interval timer
ขนาดไฟล์ 2.57 MB
จำนวนการติดตั้ง 298
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2023-01-26
วันที่เผยแพร่ 2022-11-22
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา chikitonik
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lightweight Alarm clock ",
    "version": "1.0.0",
    "description": "Alarm clock, countdown, interval timer",
    "manifest_version": 3,
    "author": "Roman",
    "permissions": [
        "alarms",
        "notifications"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": "icon.png",
        "default_title": "Alarm clock"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.index.html\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ]
}