Habit

Helps you make habits.

What is Habit?

Habit is a Chrome extension developed by https://moin.im, and its main feature is "Helps you make habits.".

Extension Screenshots

screenshot

Download Habit Extension CRX File

Download Habit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        It helps you make habits by reminding you at the time interval you set.

Let's make some habits like:

- Drink water
- Close your eyes often while using computer
- Take a walk

(c) Book icon by Iris Vidal from the Noun Project.                    

Extension Basic Information

Name Habit Habit
ID ljbnpeeemagmenbfmdodgflmdgdmcfhk
Official URL https://chromewebstore.google.com/detail/habit/ljbnpeeemagmenbfmdodgflmdgdmcfhk
Description Helps you make habits.
File Size 69.12 KB
Installation Count 1,215
Current Version 0.0.0.1
Last Updated 2016-04-01
Publish Date 2016-04-01
Rating 4.40/5 Total 10 Ratings
Developer https://moin.im
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Habit",
    "description": "Helps you make habits.",
    "author": "Moin Uddin",
    "manifest_version": 2,
    "version": "0.0.0.1",
    "icons": {
        "128": "assets\/img\/128.png",
        "64": "assets\/img\/64.png",
        "32": "assets\/img\/32.png",
        "16": "assets\/img\/16.png"
    },
    "options_ui": {
        "page": "habit.html",
        "chrome_style": true
    },
    "permissions": [
        "alarms",
        "storage",
        "notifications"
    ],
    "background": {
        "scripts": [
            "assets\/js\/bg.js"
        ]
    }
}