Work Hours Tracker

App to track your daily working hours.

什麼是Work Hours Tracker?

Work Hours Tracker是由Murali Krishna Chanda開發的Chrome擴展程式,該擴展的主要功能是“App to track your daily working hours.”。

擴展截圖

screenshot

下載Work Hours Tracker擴展crx文件

下載Work Hours Tracker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Work Hours app will help you track your daily working hours. Very easy and light weight app.Will maintain the last 2 months data and will show you in a GRAPH.                    

擴展基本資訊

名稱 Work Hours Tracker Work Hours Tracker
ID eahpgopdiegfkghffnpoabkidlmehpnd
官方網址 https://chromewebstore.google.com/detail/work-hours-tracker/eahpgopdiegfkghffnpoabkidlmehpnd
簡介 App to track your daily working hours.
檔案大小 260 KB
安裝次數 445
目前版本 2.0
更新時間 2019-04-03
上架時間 2019-04-03
評分 4.00/5 共 7 次評分
開發者 Murali Krishna Chanda
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Work Hours Tracker",
    "version": "2.0",
    "manifest_version": 2,
    "description": "App to track your daily working hours.",
    "browser_action": {
        "default_icon": "edit.png",
        "default_popup": "workhours.html"
    },
    "permissions": [
        "http:\/\/code.jquery.com\/*"
    ],
    "offline_enabled": true,
    "content_scripts": [
        {
            "js": [
                "functions.js",
                "jquery-ui.js",
                "jquery-2.0.3.min.js",
                "jquery-ui-timepicker-addon.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "work_48_48.png",
        "48": "work_48_48.png",
        "128": "work_128_128.png"
    }
}