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
公式URL 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
Eメール [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"
}