Habit Keeper

Have a habit? Tab it! Habit Keeper is a visual record of how many days you have completed your goal, right in your browser.

Τι είναι το Habit Keeper;

Το Habit Keeper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Bobakanoosh, και η κύρια λειτουργία του είναι "Have a habit? Tab it! Habit Keeper is a visual record of how many days you have completed your goal, right in your browser.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Habit Keeper

Λήψη αρχείων επέκτασης Habit Keeper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Note: Habit Keeper takes over your new tab page to make the magic happen.

You can customize nearly every visual aspect of the extension, including the color scheme, radius, and thickness.

Instructions:
1. Install Habit Keeper via chrome store
2. Open a new tab
3. Hit `esc` or `h` to open the options menu
4. After closing the options menu, and you've completed your goal for the day, hold click until the progress circle is complete. Do this every day for as long as you want!

Use Examples:
1. You want to meditate every day
2. You want to stop smoking
3. You want to code every day

Tags (Ignore):
Habit Goals keeper streak routine productivity newtab design pleasing aesthetic tab bobakanoosh                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Habit Keeper Habit Keeper
ID djmemjiaekoigemohhoofehlennhcaff
Επίσημο URL https://chromewebstore.google.com/detail/habit-keeper/djmemjiaekoigemohhoofehlennhcaff
Περιγραφή Have a habit? Tab it! Habit Keeper is a visual record of how many days you have completed your goal, right in your browser.
Μέγεθος Αρχείου 393 KB
Αριθμός Εγκαταστάσεων 56
Τρέχουσα Έκδοση 1.1.0
Τελευταία Ενημέρωση 2018-11-03
Ημερομηνία Δημοσίευσης 2018-11-02
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Bobakanoosh
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Habit Keeper",
    "author": "Bobakanoosh",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "Have a habit? Tab it! Habit Keeper is a visual record of how many days you have completed your goal, right in your browser.",
    "homepage_url": "https:\/\/github.com\/Bobakanoosh\/HabitKeeper",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "page_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Habit Keeper",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    },
    "permissions": [
        "storage"
    ]
}