Hapit

A habit tracker that sits inside your browser.

Hapitคืออะไร?

Hapit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.hapit.co และคุณลักษณะหลักของมันคือ "A habit tracker that sits inside your browser."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hapit

ดาวน์โหลดไฟล์ส่วนขยาย Hapit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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