Streak Tracker
Track your most important habit on a new tab
什么是Streak Tracker?
Streak Tracker是由https://ignacio.al开发的Chrome扩展程序,该扩展的主要功能是“Track your most important habit on a new tab”。
扩展截图
下载Streak Tracker扩展crx文件
下载Streak Tracker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
-----
Updates for 1.6.2:
Thanks for sharing your comments and suggestions! This version brings dark mode and a way to name your habit streak.
We will keep improving this extension for you!
-----
Track your most important habit progress every time you open a new tab, keep motivated and don't lose your streak!
If you want more features, talk about habits or report any bug please contact me at https://twitter.com/ignacioaal 扩展基本信息
| 名称 | |
| ID | fjdnbfpmonlaapmkboaihnaecphjjakd |
| 官方URL | https://chromewebstore.google.com/detail/streak-tracker/fjdnbfpmonlaapmkboaihnaecphjjakd |
| 简介 | Track your most important habit on a new tab |
| 文件大小 | 11.82 KB |
| 安装次数 | 505 |
| 当前版本 | 1.6.2 |
| 更新时间 | 2022-03-04 |
| 上架时间 | 2018-06-05 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | https://ignacio.al |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://ignacio.al |
| 帮助页面URL | https://twitter.com/ignacioaal |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Streak Tracker",
"description": "Track your most important habit on a new tab",
"version": "1.6.2",
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"manifest_version": 2,
"icons": {
"128": "\/file.png"
},
"chrome_url_overrides": {
"newtab": "\/index.html"
}
} | |