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
官方網址 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
電子郵箱 [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"
    ]
}