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