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 |
电子邮箱 | [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" } } |