Task Time Counter

Very easy task time counter.

Task Time Counterとは何ですか?

Task Time CounterはWillimbuによって開発されたChromeの拡張機能で、その主な機能は「Very easy task time counter.」です。

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

screenshot

Task Time Counter拡張機能のCRXファイルをダウンロード

Task Time Counter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension allow you to count how many time you spend in a task                    

拡張機能の基本情報

名前 Task Time Counter Task Time Counter
ID aocpbgdpicmnhplofeepiklfcpjdenbe
公式URL https://chromewebstore.google.com/detail/task-time-counter/aocpbgdpicmnhplofeepiklfcpjdenbe
説明 Very easy task time counter.
ファイルサイズ 92.77 KB
インストール数 1,588
現在のバージョン 1.3
最終更新日 2017-02-13
公開日 2017-02-13
評価 4.27/5 合計 15 レビュー
開発者 Willimbu
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Task Time Counter",
    "description": "Very easy task time counter.",
    "version": "1.3",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "alarms",
        "notifications"
    ]
}