iHabit
Simple, minimalist habit tracking.
什么是iHabit?
iHabit是由brenzenitho开发的Chrome扩展程序,该扩展的主要功能是“Simple, minimalist habit tracking.”。
扩展截图
下载iHabit扩展crx文件
下载iHabit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | ngbhaiedpgcjihgkkanmacofdekipmnd |
| 官方URL | https://chromewebstore.google.com/detail/ihabit/ngbhaiedpgcjihgkkanmacofdekipmnd |
| 简介 | Simple, minimalist habit tracking. |
| 文件大小 | 241 KB |
| 安装次数 | 250 |
| 当前版本 | 0.0.0.2 |
| 更新时间 | 2022-12-29 |
| 上架时间 | 2022-10-28 |
| 评分 | 4.88/5 共8次评分 |
| 开发者 | brenzenitho |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://enchanted-mallet-f6c.notion.site/Privacy-Policy-35cc65ff4cce42ba9714a20fb0bc46f4 |
| 支持的语言 | 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"
]
} | |