Simple Habit Tracker

A minimalistic habit tracker

Wat is Simple Habit Tracker?

Simple Habit Tracker is een Chrome-extensie ontwikkeld door ddupont808, en de belangrijkste functie is "A minimalistic habit tracker".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Simple Habit Tracker

Download Simple Habit Tracker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Simple Habit Tracker Simple Habit Tracker
ID cndpjnlmeibpkoadaacmbdhmackmbfgj
Officiële URL https://chromewebstore.google.com/detail/simple-habit-tracker/cndpjnlmeibpkoadaacmbdhmackmbfgj
Beschrijving A minimalistic habit tracker
Bestandsgrootte 86.76 KB
Aantal Installaties 93
Huidige Versie 1.0
Laatst Bijgewerkt 2020-06-25
Publicatiedatum 2020-06-25
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar ddupont808
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/ddupont808/simple-habit-tracker
Ondersteunde Talen 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"
    }
}