Time Tracker

Track, analyze, control, then improve efficiency

Time Tracker là gì?

Time Tracker là một tiện ích mở rộng Chrome được phát triển bởi https://wfhg.cc, và tính năng chính của nó là "Track, analyze, control, then improve efficiency".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Time Tracker

Tải xuống các tệp mở rộng Time Tracker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Time Tracker Time Tracker
ID dkdhhcbjijekmneelocdllcldcpmekmm
URL Chính Thức https://chromewebstore.google.com/detail/time-tracker/dkdhhcbjijekmneelocdllcldcpmekmm
Mô tả Track, analyze, control, then improve efficiency
Kích Thước Tệp 1.46 MB
Số Lần Cài Đặt 2,714
Phiên Bản Hiện Tại 2.1.6
Cập Nhật Lần Cuối 2024-03-05
Ngày Phát Hành 2021-03-08
Đánh Giá 4.89/5 Tổng số 36 Đánh Giá
Nhà Phát Triển https://wfhg.cc
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/sheepzh/timer
URL Trang Trợ Giúp https://github.com/sheepzh/timer/issues
URL Trang Chính Sách Bảo Mật https://www.wfhg.cc/en/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
}