Track your productivity
Keep track of your productivity.
什么是Track your productivity?
Track your productivity是由https://db42.in开发的Chrome扩展程序,该扩展的主要功能是“Keep track of your productivity.”。
扩展截图
下载Track your productivity扩展crx文件
下载Track your productivity扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A simple tool to measure your day's productivity. At the end of the day, you’ll be able to see total productive time and your completed tasks.
- Once you finish any task, add an entry and hit enter
- Start/resume the timer as you start working and pause when you take a break. Use reset to start all over again 扩展基本信息
| 名称 | |
| ID | onnkllhiaannegcomgbogohfpeegdnnf |
| 官方URL | https://chromewebstore.google.com/detail/track-your-productivity/onnkllhiaannegcomgbogohfpeegdnnf |
| 简介 | Keep track of your productivity. |
| 文件大小 | 208 KB |
| 安装次数 | 60 |
| 当前版本 | 2.1.3 |
| 更新时间 | 2014-03-09 |
| 上架时间 | 2014-03-08 |
| 评分 | 4.83/5 共6次评分 |
| 开发者 | https://db42.in |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Track your productivity",
"short_name": "Track your productivity",
"description": "Keep track of your productivity.",
"version": "2.1.3",
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"storage"
],
"browser_action": {
"default_title": "Track your productivity",
"default_icon": {
"19": "icon19.png",
"38": "icon38.png"
},
"default_popup": "popup.html"
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
} | |