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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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