Habit Reminder

To help remind you of habits/tasks such as drinking water or stretching.

Habit Reminder क्या है?

Habit Reminder Jeffrey K द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "To help remind you of habits/tasks such as drinking water or stretching."।

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

screenshot
screenshot
screenshot

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

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

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

                        An easy-to-use habit timer to remind yourself of frequent activities such as drinking water. 
Can also be used as a generic timer for any activity.

Features:
• Set your own habit name and timer value
• Set whether notification stays on screen until dismissed
• Set to restart timer automatically after timer ends
• Shows remaining time in the extension popup
• Set a sleep timer

v1.0.2
• Added a sleep timer mode which stops timers and notifications for the specified time range
v1.0.3
• Minor bug fix

------------------------
Contact me through the Support tab for any issues or suggestions.
------------------------

All notification sounds by https://notificationsounds.com/ are provided under a Creative Commons Attribution license.                    

एक्सटेंशन की मूल जानकारी

नाम Habit Reminder Habit Reminder
ID hgmehlmjgjofiffmjodocjlcebmlcefb
आधिकारिक URL https://chromewebstore.google.com/detail/habit-reminder/hgmehlmjgjofiffmjodocjlcebmlcefb
विवरण To help remind you of habits/tasks such as drinking water or stretching.
फ़ाइल का आकार 438 KB
स्थापना संख्या 76
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2021-02-28
प्रकाशन तिथि 2021-01-12
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Jeffrey K
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Habit Reminder",
    "version": "1.0.3",
    "description": "To help remind you of habits\/tasks such as drinking water or stretching.",
    "short_name": "Habit",
    "permissions": [
        "notifications",
        "storage"
    ],
    "browser_action": {
        "default_title": "Habit Reminder",
        "default_popup": "popup.html",
        "default_icon": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "options_page": "options.html"
}