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」です。

拡張機能のスクリーンショット

screenshot
screenshot

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 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": []
}