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 |
| Eメール | [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"
]
} | |