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