Time Tracker

Track, analyze, control, then improve efficiency

什麼是Time Tracker?

Time Tracker是由https://wfhg.cc開發的Chrome擴展程式,該擴展的主要功能是“Track, analyze, control, then improve efficiency”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Time Tracker擴展crx文件

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

擴展使用說明

                        To be the BEST time tracking tool to help you improve your efficiency

Basic features:

✅ Track how much time you spend on each website
✅ Analyze your browsing habits
✅ Limit the time you spend on each website each day or each visit

Advanced features:

✅ Support dark mode
✅ Support to sync data with your Github Gist and Obsibian

How to use:

1. Pin the icon
2. Read websites as usual
3. Click the icon to view data

Also promise that all data is stored in Chrome Local Storage, and not send it anywhere

Available in multiple browsers:
✅ Chrome
✅ Firefox
✅ Edge

You can download the source code on https://github.com/sheepzh/timer. And you can report issues on  https://github.com/sheepzh/timer/issues with any feedback or question.                    

擴展基本資訊

名稱 Time Tracker Time Tracker
ID dkdhhcbjijekmneelocdllcldcpmekmm
官方網址 https://chromewebstore.google.com/detail/time-tracker/dkdhhcbjijekmneelocdllcldcpmekmm
簡介 Track, analyze, control, then improve efficiency
檔案大小 1.46 MB
安裝次數 2,714
目前版本 2.1.6
更新時間 2024-03-05
上架時間 2021-03-08
評分 4.89/5 共 36 次評分
開發者 https://wfhg.cc
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/sheepzh/timer
說明頁面URL https://github.com/sheepzh/timer/issues
隱私政策頁面URL https://www.wfhg.cc/en/privacy.html
支援的語言 en,es,pt-PT,uk,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_meta_marketName__",
    "description": "__MSG_meta_description__",
    "version": "2.1.6",
    "author": {
        "email": "[email protected]"
    },
    "default_locale": "en",
    "homepage_url": "https:\/\/github.com\/sheepzh\/timer",
    "manifest_version": 3,
    "icons": {
        "16": "static\/images\/icon.png",
        "48": "static\/images\/icon.png",
        "128": "static\/images\/icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_scripts.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "contextMenus",
        "alarms",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "static\/popup.html",
        "default_icon": "static\/images\/icon.png"
    },
    "options_page": "static\/app.html#\/additional\/option"
}