Yhee: Time Tracker

⌛ Track how much time you spend on different websites and webpages.

Yhee: Time Tracker là gì?

Yhee: Time Tracker là một tiện ích mở rộng Chrome được phát triển bởi Josephus Paye II, và tính năng chính của nó là "⌛ Track how much time you spend on different websites and webpages.".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Yhee: 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

                        Yhee is a time tracking extension that tracks how much time you spend on different websites and webpages, and displays the results in beautiful charts.

Tracking is strictly opt-in, and all tracked data is stored locally, never leaving your computer.

📖 HOW TO USE

👉 Setup

    - Install the extension.
    - Visit each domain you want to track, click the extension icon in the browser toolbar, then click Track this domain.
    - Chrome will prompt you to give Yhee permission to access the domain, and if you allow, Yhee will start tracking the time you spend on that domain.


👉 View reports

    - To see how much time you've spent on a domain for the day, visit the domain, and click the extension icon.
    - To see detailed charts for today, for the week, and for all time, click the extension icon, then click Dashboard.


👉 Stop tracking

    - To stop tracking a domain, visit the domain, click the extension icon, and then click Don't track this domain.
    - Note: previously tracked data for the domain will still remain in Yhee, until you clear your browsing data.


💻 OPEN SOURCE

Concerned about your data and privacy? This extension is open source. You can view the source to see exactly what it does with your data, and even help make it better at: https://github.com/JosephusPaye/yhee                    

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

Tên Yhee: Time Tracker Yhee: Time Tracker
ID jfbnogkpfjchbnamkpbgacpnnegpgjgj
URL Chính Thức https://chrome.google.com/webstore/detail/yhee-time-tracker/jfbnogkpfjchbnamkpbgacpnnegpgjgj
Mô tả ⌛ Track how much time you spend on different websites and webpages.
Kích Thước Tệp 338 KB
Số Lần Cài Đặt 249
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2020-01-20
Ngày Phát Hành 2020-01-20
Đánh Giá 2.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Josephus Paye II
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/JosephusPaye/yhee
URL Trang Trợ Giúp https://github.com/JosephusPaye/yhee/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yhee: Time Tracker",
    "description": "\u231b Track how much time you spend on different websites and webpages.",
    "version": "0.1",
    "manifest_version": 2,
    "icons": {
        "16": "icon-16.png",
        "19": "icon-19.png",
        "38": "icon-38.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "js\/background-script.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "optional_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}