Focusalarm

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

Focusalarm क्या है?

Focusalarm yaeluria द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An Alarm for Focusmate.com: Before the session starts and ends, different options of times and sounds"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Focusalarm एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}