Task manager
Manage your task by assigning points
What is Task manager?
Task manager is a Chrome extension developed by Unknown, and its main feature is "Manage your task by assigning points".
Extension Screenshots
Download Task manager Extension CRX File
Download Task manager 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
This app helps you maintain a good habit and get closer to your goal. It works by dividing the big task into several concrete sub-tasks and let you keep tracking the progress.
Extension Basic Information
Name | Task manager |
ID | kahadiedadgnokiiphcijojkeoffdkfo |
Official URL | https://chromewebstore.google.com/detail/task-manager/kahadiedadgnokiiphcijojkeoffdkfo |
Description | Manage your task by assigning points |
File Size | 46.32 KB |
Installation Count | 175 |
Current Version | 1.1 |
Last Updated | 2016-08-08 |
Publish Date | 2016-08-07 |
Developer | Unknown |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Task manager", "version": "1.1", "description": "Manage your task by assigning points", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "Task manager", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [] } |