Focusalarm

An Alarm for Focusmate.com: Before the session starts and ends, different options of times and sounds

Focusalarmคืออะไร?

Focusalarm เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yaeluria และคุณลักษณะหลักของมันคือ "An Alarm for Focusmate.com: Before the session starts and ends, different options of times and sounds"

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

screenshot

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

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

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

                        New Feature (October 2020): Set an alarm to go off a few seconds before the start of the session. This will only work if you have the Focusmate Dashboard (calendar) or the session window page open (It's fine if you are browsing other pages as long as it is open).

Alarms before the end of the session:
Set an alarm or multiple alarms to go off before the end of Focusmate sessions. This is a good way to to remind yourself the session is ending soon and give yourself an extra motivational boost to get as much done as possible until the end of the session. You can also use the time to get organized for the end of the session check-in with your partner.  You can choose for it to go off 10 minutes, 2 minutes, 1 minute or 20 seconds before the end of the session as well as any combination of these ringing times. 
There are three sounds to choose from: a Bell, Bleat, and Chirp. Test them out!

It is not advisable to use this extension during mic-on sessions as the sounds can distract your focusmate

If the extension is not working properly or you have questions or suggestions please contact me at [email protected].                    

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

ชื่อ Focusalarm Focusalarm
ID ilcajdpmgfbeggnpffmohcopdgpcdndh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/focusalarm/ilcajdpmgfbeggnpffmohcopdgpcdndh
คำอธิบาย An Alarm for Focusmate.com: Before the session starts and ends, different options of times and sounds
ขนาดไฟล์ 374 KB
จำนวนการติดตั้ง 1,249
เวอร์ชันปัจจุบัน 5.0.0
อัปเดตครั้งล่าสุด 2021-07-28
วันที่เผยแพร่ 2020-04-25
คะแนน 4.48/5 รวมทั้งหมด 23 คะแนน
ผู้พัฒนา yaeluria
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/yaeluria/Focusalarm
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Focusalarm",
    "description": "An Alarm for Focusmate.com: Before the session starts and ends, different options of times and sounds",
    "version": "5.0.0",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "icons": {
        "128": "bell-logo.png"
    },
    "background": {
        "scripts": [
            "app\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'sha256-gv4sb4aapTzRqjrB5epKwDYwPiVoA\/DPgulijQJ\/sYA='; object-src 'self'",
    "permissions": [
        "*:\/\/*.focusmate.com\/",
        "*:\/\/*.csb.app\/",
        "tabs",
        "storage",
        "activeTab"
    ]
}