Time Tracker

Keeps track of how much time you spend on various web sites.

Time Tracker là gì?

Time Tracker là một tiện ích mở rộng Chrome được phát triển bởi [email protected], và tính năng chính của nó là "Keeps track of how much time you spend on various web sites.".

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

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

                        Helps users track how much time they spend on various web sites.

Please email feature requests to: [email protected] or file issues on the project page: https://github.com/navjagpal/browser-timetracker/issues

This project is open source.                    

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

Tên Time Tracker Time Tracker
ID mokmnbikneoaenmckfmgjgjimphfojkd
URL Chính Thức https://chromewebstore.google.com/detail/time-tracker/mokmnbikneoaenmckfmgjgjimphfojkd
Mô tả Keeps track of how much time you spend on various web sites.
Kích Thước Tệp 76.76 KB
Số Lần Cài Đặt 15,086
Phiên Bản Hiện Tại 1.2.4
Cập Nhật Lần Cuối 2016-10-29
Ngày Phát Hành 2016-10-29
Đánh Giá 4.24/5 Tổng số 132 Đánh Giá
Nhà Phát Triển [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/navjagpal/browser-timetracker/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Time Tracker",
    "version": "1.2.4",
    "description": "Keeps track of how much time you spend on various web sites.",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "config.js",
            "sites.js",
            "tracker.js",
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "alarms",
        "idle",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Time Tracker",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "icons": {
        "19": "images\/icon19.png",
        "38": "images\/icon38.png",
        "128": "images\/icon.png"
    }
}