Simple Habit Tracker

A minimalistic habit tracker

Simple Habit Trackerคืออะไร?

Simple Habit Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ddupont808 และคุณลักษณะหลักของมันคือ "A minimalistic habit tracker"

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

screenshot
screenshot

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

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

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

                        This extension replaces your New Tab with a minimalist habit tracker.

Each dot represents a day, with opaque dots being current and previous days while faded dots are days in the future. Click the dot if you did the one thing you were supposed to do on that day.

If you fail to do so, you will be greeted by an understandably dissapointed emoji the next time you open a new tab.

Inspired by https://www.reddit.com/r/theXeffect/, currently it only supports tracking 1 habit at a time.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Simple Habit Tracker Simple Habit Tracker
ID cndpjnlmeibpkoadaacmbdhmackmbfgj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/simple-habit-tracker/cndpjnlmeibpkoadaacmbdhmackmbfgj
คำอธิบาย A minimalistic habit tracker
ขนาดไฟล์ 86.76 KB
จำนวนการติดตั้ง 93
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-06-25
วันที่เผยแพร่ 2020-06-25
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา ddupont808
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ddupont808/simple-habit-tracker
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Habit Tracker",
    "version": "1.0",
    "description": "A minimalistic habit tracker",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}