Task Timer
An offline task timer extension that will help you keep track of your schedule.
什么是Task Timer?
Task Timer是由Tudor Stoica开发的Chrome扩展程序,该扩展的主要功能是“An offline task timer extension that will help you keep track of your schedule.”。
扩展截图
下载Task Timer扩展crx文件
下载Task Timer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension provides you with : - a system that keeps track of your tasks - a sticky notes tab - reports tab that give the information you want and which you can export
扩展基本信息
名称 | Task Timer |
ID | cdooaodgjnfoieflegemcnbgdibopbmi |
官方URL | https://chromewebstore.google.com/detail/task-timer/cdooaodgjnfoieflegemcnbgdibopbmi |
简介 | An offline task timer extension that will help you keep track of your schedule. |
文件大小 | 488 KB |
安装次数 | 1,855 |
当前版本 | 2.6.5 |
更新时间 | 2019-09-02 |
上架时间 | 2019-09-01 |
评分 | 4.50/5 共6次评分 |
开发者 | Tudor Stoica |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Task Timer", "version": "2.6.5", "description": "An offline task timer extension that will help you keep track of your schedule.", "permissions": [ "storage" ], "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "images\/16.png", "48": "images\/48.png" }, "manifest_version": 2 } |