Habit Tracker
Add personal habits based on your goals and keep track of them.
What is Habit Tracker?
Habit Tracker is a Chrome extension developed by teoladmann, and its main feature is "Add personal habits based on your goals and keep track of them.".
Extension Screenshots
Download Habit Tracker Extension CRX File
Download 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
- Basic extension for keeping track of habits. - Upload a habit. - Check the completed days.
Extension Basic Information
Name | Habit Tracker |
ID | ikcpbmlbgoknannnfcnfhmohpcnlphmn |
Official URL | https://chromewebstore.google.com/detail/habit-tracker/ikcpbmlbgoknannnfcnfhmohpcnlphmn |
Description | Add personal habits based on your goals and keep track of them. |
File Size | 206 KB |
Installation Count | 1,000 |
Current Version | 1.4 |
Last Updated | 2023-02-02 |
Publish Date | 2020-01-14 |
Rating | 4.45/5 Total 11 Ratings |
Developer | teoladmann |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Habit Tracker", "version": "1.4", "description": "Add personal habits based on your goals and keep track of them.", "manifest_version": 3, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ], "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" } } |