Simple Habit Tracker
A minimalistic habit tracker
What is Simple Habit Tracker?
Simple Habit Tracker is a Chrome extension developed by ddupont808, and its main feature is "A minimalistic habit tracker".
Extension Screenshots
Download Simple Habit Tracker Extension CRX File
Download Simple Habit Tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Simple Habit Tracker |
ID | cndpjnlmeibpkoadaacmbdhmackmbfgj |
Official URL | https://chromewebstore.google.com/detail/simple-habit-tracker/cndpjnlmeibpkoadaacmbdhmackmbfgj |
Description | A minimalistic habit tracker |
File Size | 86.76 KB |
Installation Count | 93 |
Current Version | 1.0 |
Last Updated | 2020-06-25 |
Publish Date | 2020-06-25 |
Rating | 5.00/5 Total 1 Ratings |
Developer | ddupont808 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ddupont808/simple-habit-tracker |
Supported Languages | 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" } } |