iHabit
Simple, minimalist habit tracking.
What is iHabit?
iHabit is a Chrome extension developed by brenzenitho, and its main feature is "Simple, minimalist habit tracking.".
Extension Screenshots
Download iHabit Extension CRX File
Download iHabit 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
Improve your life with new, impactful habits. Create weekly recurring habit schedules. Make your habits stick with progress visualizations for week, month, year, and all-time. Modern, clean, zero-complexity habit tracking.
Extension Basic Information
Name | iHabit |
ID | ngbhaiedpgcjihgkkanmacofdekipmnd |
Official URL | https://chromewebstore.google.com/detail/ihabit/ngbhaiedpgcjihgkkanmacofdekipmnd |
Description | Simple, minimalist habit tracking. |
File Size | 241 KB |
Installation Count | 250 |
Current Version | 0.0.0.2 |
Last Updated | 2022-12-29 |
Publish Date | 2022-10-28 |
Rating | 4.88/5 Total 8 Ratings |
Developer | brenzenitho |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://enchanted-mallet-f6c.notion.site/Privacy-Policy-35cc65ff4cce42ba9714a20fb0bc46f4 |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "iHabit", "description": "Simple, minimalist habit tracking.", "version": "0.0.0.2", "manifest_version": 3, "action": { "default_popup": "index.html", "default_title": "Open today's habits" }, "icons": { "16": "Icon16.png", "48": "Icon48.png", "128": "Icon128.png" }, "permissions": [ "storage", "unlimitedStorage" ] } |