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

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

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