Hapit

A habit tracker that sits inside your browser.

Hapit क्या है?

Hapit https://www.hapit.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A habit tracker that sits inside your browser."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Hapit is a habit tracker which helps you take the things you usually procrastinate over and turn them into habits which you do without question. They become routine. It is not yet another todo-list app.

Habits are defined as "a settled or regular tendency or practice, especially one that is hard to give up.", not the usual description you would give a task which you struggle to complete, but once you turn a task into a routine, it becomes part of your daily or weekly ritual.

It's hard, especially with a busy life to make time for self improvement such as, learning a second language, exercising, researching and doing hobbies. A commonly heard phrase is "I just don't have the time", but the time is usually there, it's how people manage their time that is important and usually it is procrastination that is eating away at their time.

What can it do?

- Earn badges when sticking to your routine
- View detailed charts on your habit progress
- Track habits weekly or daily
- Receive notifications reminding you to complete your habits
- English and 日本語
- Sync your data automatically between devices
- Export your data (JSON)
- Works offline
- Fast and simple use


Help and FAQ

Please note that Hapit is currently in the early stages of development, so every bit of feedback is appreciated and will help improve and shape Hapit in the future.

You can find out more information at http://www.hapit.co                    

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

नाम Hapit Hapit
ID lefjehfplgppbddailllnmedoeoghdkc
आधिकारिक URL https://chromewebstore.google.com/detail/hapit/lefjehfplgppbddailllnmedoeoghdkc
विवरण A habit tracker that sits inside your browser.
फ़ाइल का आकार 563 KB
स्थापना संख्या 208
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2016-05-24
प्रकाशन तिथि 2016-05-24
रेटिंग 4.43/5 कुल 7 रेटिंग्स
डेवलपर https://www.hapit.co
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.hapit.co
सहायता पृष्ठ URL http://www.hapit.co/faq/guide/
समर्थित भाषाएँ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "default_locale": "en",
    "version": "1.0.0",
    "description": "__MSG_extDescription__",
    "manifest_version": 2,
    "permissions": [
        "alarms",
        "notifications",
        "storage"
    ],
    "icons": {
        "19": "icons\/[email protected]",
        "48": "icons\/[email protected]",
        "128": "icons\/[email protected]"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/V2.png",
            "19": "icons\/[email protected]",
            "128": "icons\/[email protected]"
        },
        "default_title": "Hapit",
        "default_popup": "index.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "background": {
        "persistent": false,
        "page": "background.html"
    }
}