Simple Habit Tracker
A minimalistic habit tracker
Apa itu Simple Habit Tracker?
Simple Habit Tracker adalah ekstensi Chrome yang dikembangkan oleh ddupont808, dan fitur utamanya adalah "A minimalistic habit tracker".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Simple Habit Tracker
Unduh file ekstensi Simple Habit Tracker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Simple Habit Tracker |
ID | cndpjnlmeibpkoadaacmbdhmackmbfgj |
URL Resmi | https://chromewebstore.google.com/detail/simple-habit-tracker/cndpjnlmeibpkoadaacmbdhmackmbfgj |
Deskripsi | A minimalistic habit tracker |
Ukuran File | 86.76 KB |
Jumlah Instalasi | 93 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2020-06-25 |
Tanggal Publikasi | 2020-06-25 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | ddupont808 |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/ddupont808/simple-habit-tracker |
Bahasa yang Didukung | 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" } } |