Task manager
Manage your task by assigning points
Task managerとは何ですか?
Task managerはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Manage your task by assigning points」です。
拡張機能のスクリーンショット
Task manager拡張機能のCRXファイルをダウンロード
Task manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Task manager |
ID | kahadiedadgnokiiphcijojkeoffdkfo |
公式URL | https://chromewebstore.google.com/detail/task-manager/kahadiedadgnokiiphcijojkeoffdkfo |
説明 | Manage your task by assigning points |
ファイルサイズ | 46.32 KB |
インストール数 | 175 |
現在のバージョン | 1.1 |
最終更新日 | 2016-08-08 |
公開日 | 2016-08-07 |
開発者 | Unknown |
支払い方法 | free |
対応言語 | 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": [] } |