Habit Tracker
Add personal habits based on your goals and keep track of them.
Habit Trackerとは何ですか?
Habit Trackerはteoladmannによって開発されたChromeの拡張機能で、その主な機能は「Add personal habits based on your goals and keep track of them.」です。
拡張機能のスクリーンショット
Habit Tracker拡張機能のCRXファイルをダウンロード
Habit Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
- Basic extension for keeping track of habits.
- Upload a habit.
- Check the completed days. 拡張機能の基本情報
| 名前 | |
| ID | ikcpbmlbgoknannnfcnfhmohpcnlphmn |
| 公式URL | https://chromewebstore.google.com/detail/habit-tracker/ikcpbmlbgoknannnfcnfhmohpcnlphmn |
| 説明 | Add personal habits based on your goals and keep track of them. |
| ファイルサイズ | 206 KB |
| インストール数 | 1,000 |
| 現在のバージョン | 1.4 |
| 最終更新日 | 2023-02-02 |
| 公開日 | 2020-01-14 |
| 評価 | 4.45/5 合計 11 レビュー |
| 開発者 | teoladmann |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | 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"
}
} | |