Nuts Habit Tracker

Build new habits easily with this great habit tracker, Nuts.

Nuts Habit Trackerคืออะไร?

Nuts Habit Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Apes in Capes และคุณลักษณะหลักของมันคือ "Build new habits easily with this great habit tracker, Nuts."

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

screenshot
screenshot
screenshot

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

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

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

                        This habit tracker allows you to create a new habit and accumulate points for stringing together streaks.

Track up to 10 habits at a time!

Every day you do your habit you get one more nut than the day before.

Every day you don't do your habit you eat one more nut than the day before.

Start your stockpile by adding your first habit!

To navigate the calendar use the keys: up, down, left, right, m, and w.

Also, if this extension is helpful, tell your friends about it! There are links at the bottom so you can let your friends know by sharing it via Facebook, LinkedIn, Twitter, WhatsApp, and Reddit.                    

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

ชื่อ Nuts Habit Tracker Nuts Habit Tracker
ID iohlnlmpgdbnommfofcdohjlgmncnpgn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/nuts-habit-tracker/iohlnlmpgdbnommfofcdohjlgmncnpgn
คำอธิบาย Build new habits easily with this great habit tracker, Nuts.
ขนาดไฟล์ 721 KB
จำนวนการติดตั้ง 486
เวอร์ชันปัจจุบัน 1.3.3
อัปเดตครั้งล่าสุด 2022-03-25
วันที่เผยแพร่ 2020-04-18
คะแนน 4.11/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Apes in Capes
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.apesincapes.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nuts Habit Tracker",
    "description": "Build new habits easily with this great habit tracker, Nuts.",
    "version": "1.3.3",
    "icons": {
        "128": ".\/icons\/icon128.png",
        "48": ".\/icons\/icon48.png",
        "16": ".\/icons\/icon16.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": ".\/icons\/icon128.png",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}