Simple Habit Tracker

A minimalistic habit tracker

Simple Habit Tracker là gì?

Simple Habit Tracker là một tiện ích mở rộng Chrome được phát triển bởi ddupont808, và tính năng chính của nó là "A minimalistic habit tracker".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Simple Habit Tracker

Tải xuống các tệp mở rộng Simple Habit Tracker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Simple Habit Tracker Simple Habit Tracker
ID cndpjnlmeibpkoadaacmbdhmackmbfgj
URL Chính Thức https://chromewebstore.google.com/detail/simple-habit-tracker/cndpjnlmeibpkoadaacmbdhmackmbfgj
Mô tả A minimalistic habit tracker
Kích Thước Tệp 86.76 KB
Số Lần Cài Đặt 93
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-06-25
Ngày Phát Hành 2020-06-25
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển ddupont808
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ddupont808/simple-habit-tracker
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}