Habit

Helps you make habits.

Habitとは何ですか?

Habitはhttps://moin.imによって開発されたChromeの拡張機能で、その主な機能は「Helps you make habits.」です。

拡張機能のスクリーンショット

screenshot

Habit拡張機能のCRXファイルをダウンロード

Habit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Habit Habit
ID ljbnpeeemagmenbfmdodgflmdgdmcfhk
公式URL https://chromewebstore.google.com/detail/habit/ljbnpeeemagmenbfmdodgflmdgdmcfhk
説明 Helps you make habits.
ファイルサイズ 69.12 KB
インストール数 1,215
現在のバージョン 0.0.0.1
最終更新日 2016-04-01
公開日 2016-04-01
評価 4.40/5 合計 10 レビュー
開発者 https://moin.im
支払い方法 free
対応言語 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"
        ]
    }
}