Habit Tracker

Add personal habits based on your goals and keep track of them.

Habit Trackerคืออะไร?

Habit Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย teoladmann และคุณลักษณะหลักของมันคือ "Add personal habits based on your goals and keep track of them."

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

screenshot

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

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

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

                        - Basic extension for keeping track of habits.
- Upload a habit.
- Check the completed days.                    

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

ชื่อ Habit Tracker Habit Tracker
ID ikcpbmlbgoknannnfcnfhmohpcnlphmn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/habit-tracker/ikcpbmlbgoknannnfcnfhmohpcnlphmn
คำอธิบาย Add personal habits based on your goals and keep track of them.
ขนาดไฟล์ 206 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2023-02-02
วันที่เผยแพร่ 2020-01-14
คะแนน 4.45/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา teoladmann
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Habit Tracker",
    "version": "1.4",
    "description": "Add personal habits based on your goals and keep track of them.",
    "manifest_version": 3,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    }
}