Task Tracker
This extension built to make your to do list easier, keep track of your current todo list directly from your google chrome
什么是Task Tracker?
Task Tracker是由https://maxlibin.com开发的Chrome扩展程序,该扩展的主要功能是“This extension built to make your to do list easier, keep track of your current todo list directly from your google chrome”。
扩展截图
下载Task Tracker扩展crx文件
下载Task Tracker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Lightweight chrome extensions that keep track of your todo list directly from google chrome, just type anything you like and click add icon to add to do list, and click delete if you wish to remove. Version 1.0 ---------- --------------------------------- Additional features to add in soon: --Time tracking of each todo list. --Please request for features if you like to add in...
扩展基本信息
名称 | Task Tracker |
ID | kfijlmgjjcidbmhomgenfljoinpkmkhg |
官方URL | https://chromewebstore.google.com/detail/task-tracker/kfijlmgjjcidbmhomgenfljoinpkmkhg |
简介 | This extension built to make your to do list easier, keep track of your current todo list directly from your google chrome |
文件大小 | 43.49 KB |
安装次数 | 329 |
当前版本 | 1.0 |
更新时间 | 2013-09-30 |
上架时间 | 2013-09-30 |
评分 | 3.25/5 共4次评分 |
开发者 | https://maxlibin.com |
付费类型 | free |
扩展官网 | http://www.maxlibin.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Task Tracker", "description": "This extension built to make your to do list easier, keep track of your current todo list directly from your google chrome", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [] } |