Alarm, Timer and Stopwatch

A powerful alarm extension that supports multiple timers and stopwatches with five to ten-minute snooze.

Alarm, Timer and Stopwatchคืออะไร?

Alarm, Timer and Stopwatch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย brian.girko และคุณลักษณะหลักของมันคือ "A powerful alarm extension that supports multiple timers and stopwatches with five to ten-minute snooze."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Alarm, Timer and Stopwatch

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

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

                        All in one extension to manage your schedules. You can define multiple alarms, use the stopwatch with as many "lap"s as required, or simply use the timer with pause and resume support.

This extension uses the built-in API to set alarms hence the extension works even if the UI is hidden or your browser gets restarted. This extension offers alarm sound snoozing which snoozes the alarm sound 3 times with a 5-minute delay.

The extension displays a high-priority desktop notification when either an alarm or a timer is fired, also it plays two different sounds to get the user-attention.

As of version 0.1.3, the user can snooze each notification with a 5 to 10-minute delay.
As of version 0.1.4, you can export and import your preferences                    

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

ชื่อ Alarm, Timer and Stopwatch Alarm, Timer and Stopwatch
ID jgpddkifkljmnfahlaofmjdeempjbpke
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/alarm-timer-and-stopwatch/jgpddkifkljmnfahlaofmjdeempjbpke
คำอธิบาย A powerful alarm extension that supports multiple timers and stopwatches with five to ten-minute snooze.
ขนาดไฟล์ 731 KB
จำนวนการติดตั้ง 52,786
เวอร์ชันปัจจุบัน 0.2.7
อัปเดตครั้งล่าสุด 2022-12-14
วันที่เผยแพร่ 2020-04-15
คะแนน 4.36/5 รวมทั้งหมด 66 คะแนน
ผู้พัฒนา brian.girko
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://webextension.org/listing/alarm.html
URL หน้าช่วยเหลือ https://webextension.org/listing/alarm.html
ภาษาที่รองรับ de,en,fr,nl,es,it,pl,pt-BR,pt-PT,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.2.7",
    "name": "Alarm, Timer and Stopwatch",
    "description": "__MSG_description__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "alarms",
        "idle",
        "contextMenus"
    ],
    "offline_enabled": true,
    "homepage_url": "https:\/\/webextension.org\/listing\/alarm.html",
    "background": {
        "service_worker": "worker.js"
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png",
        "512": "data\/icons\/512.png"
    },
    "action": {
        "default_popup": "data\/popup\/index.html"
    },
    "options_ui": {
        "page": "data\/options\/index.html"
    },
    "commands": {
        "_execute_action": [],
        "open-interface": {
            "description": "Open the interface in a window"
        }
    }
}