Simple Habit Tracker
A minimalistic habit tracker
Simple Habit Trackerとは何ですか?
Simple Habit Trackerはddupont808によって開発されたChromeの拡張機能で、その主な機能は「A minimalistic habit tracker」です。
拡張機能のスクリーンショット
Simple Habit Tracker拡張機能のCRXファイルをダウンロード
Simple Habit Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension replaces your New Tab with a minimalist habit tracker. Each dot represents a day, with opaque dots being current and previous days while faded dots are days in the future. Click the dot if you did the one thing you were supposed to do on that day. If you fail to do so, you will be greeted by an understandably dissapointed emoji the next time you open a new tab. Inspired by https://www.reddit.com/r/theXeffect/, currently it only supports tracking 1 habit at a time.
拡張機能の基本情報
名前 | Simple Habit Tracker |
ID | cndpjnlmeibpkoadaacmbdhmackmbfgj |
公式URL | https://chromewebstore.google.com/detail/simple-habit-tracker/cndpjnlmeibpkoadaacmbdhmackmbfgj |
説明 | A minimalistic habit tracker |
ファイルサイズ | 86.76 KB |
インストール数 | 93 |
現在のバージョン | 1.0 |
最終更新日 | 2020-06-25 |
公開日 | 2020-06-25 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | ddupont808 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/ddupont808/simple-habit-tracker |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Habit Tracker", "version": "1.0", "description": "A minimalistic habit tracker", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "index.html" } } |