Daily Goal Tracker
Track your goals in your New Tab page. Mark each day complete and see your progress
什么是Daily Goal Tracker?
Daily Goal Tracker是由Daily Goal Tracker开发的Chrome扩展程序,该扩展的主要功能是“Track your goals in your New Tab page. Mark each day complete and see your progress”。
扩展截图
下载Daily Goal Tracker扩展crx文件
下载Daily Goal Tracker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Track the progress of one goal over the course of a month. Each time you open a new tab, you can see how much progress you are making. Mark each day you work toward your monthly goal.
扩展基本信息
名称 | Daily Goal Tracker |
ID | kkkbeobfnlpmnicdfeniadepkmhgecgp |
官方URL | https://chromewebstore.google.com/detail/daily-goal-tracker/kkkbeobfnlpmnicdfeniadepkmhgecgp |
简介 | Track your goals in your New Tab page. Mark each day complete and see your progress |
文件大小 | 622 KB |
安装次数 | 457 |
当前版本 | 0.0.0.32 |
更新时间 | 2017-04-27 |
上架时间 | 2017-04-26 |
评分 | 2.25/5 共4次评分 |
开发者 | Daily Goal Tracker |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Daily Goal Tracker", "description": "Track your goals in your New Tab page. Mark each day complete and see your progress", "version": "0.0.0.32", "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |