Task Time Counter
Very easy task time counter.
什么是Task Time Counter?
Task Time Counter是由Willimbu开发的Chrome扩展程序,该扩展的主要功能是“Very easy task time counter.”。
扩展截图
下载Task Time Counter扩展crx文件
下载Task Time Counter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allow you to count how many time you spend in a task 扩展基本信息
| 名称 | |
| ID | aocpbgdpicmnhplofeepiklfcpjdenbe |
| 官方URL | https://chromewebstore.google.com/detail/task-time-counter/aocpbgdpicmnhplofeepiklfcpjdenbe |
| 简介 | Very easy task time counter. |
| 文件大小 | 92.77 KB |
| 安装次数 | 1,588 |
| 当前版本 | 1.3 |
| 更新时间 | 2017-02-13 |
| 上架时间 | 2017-02-13 |
| 评分 | 4.27/5 共15次评分 |
| 开发者 | Willimbu |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Task Time Counter",
"description": "Very easy task time counter.",
"version": "1.3",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "index.html"
},
"background": {
"scripts": [
"scripts\/background.js"
],
"persistent": false
},
"permissions": [
"alarms",
"notifications"
]
} | |