Task Tracker
This extension built to make your to do list easier, keep track of your current todo list directly from your google chrome
What is Task Tracker?
Task Tracker is a Chrome extension developed by https://maxlibin.com, and its main feature is "This extension built to make your to do list easier, keep track of your current todo list directly from your google chrome".
Extension Screenshots
Download Task Tracker Extension CRX File
Download Task Tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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...
Extension Basic Information
Name | Task Tracker |
ID | kfijlmgjjcidbmhomgenfljoinpkmkhg |
Official URL | https://chromewebstore.google.com/detail/task-tracker/kfijlmgjjcidbmhomgenfljoinpkmkhg |
Description | This extension built to make your to do list easier, keep track of your current todo list directly from your google chrome |
File Size | 43.49 KB |
Installation Count | 329 |
Current Version | 1.0 |
Last Updated | 2013-09-30 |
Publish Date | 2013-09-30 |
Rating | 3.25/5 Total 4 Ratings |
Developer | https://maxlibin.com |
Payment Type | free |
Extension Website | http://www.maxlibin.com |
Supported Languages | 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": [] } |