Simple Habit Tracker

A minimalistic habit tracker

什麼是Simple Habit Tracker?

Simple Habit Tracker是由ddupont808開發的Chrome擴展程式,該擴展的主要功能是“A minimalistic habit tracker”。

擴展截圖

screenshot
screenshot

下載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 Simple Habit Tracker
ID cndpjnlmeibpkoadaacmbdhmackmbfgj
官方網址 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
電子郵箱 [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"
    }
}