WebTime

WebTime. Keep tabs on your tabs.

WebTime là gì?

WebTime là một tiện ích mở rộng Chrome được phát triển bởi jrd, và tính năng chính của nó là "WebTime. Keep tabs on your tabs.".

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

screenshot
screenshot

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

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

                        WebTime is a dead-simple Chrome extension that keeps track of how much time you spend on certain sites each day.

You configure a list of sites on which you want to track time, and a daily time limit.  WebTime gives you a colored icon in the toolbar to help you keep track of your daily time on those sites.

The toolbar icon changes slowly from green --> yellow --> orange --> red.  When you're on a listed site, it shows you your total minutes today on your site list.  If you've gone over your alotment, it adds '!'.

I find it useful to know how much time I'm spending 'unproductively'.  I set my list to be domains that I go when I'm bored, e.g. 'cnn.com', 'techcrunch.com', etc.

PRIVACY: WebTime runs only on your computer and never sends any data anywhere. WebTime only knows what URL you have open.

WebTime is free and open source: https://github.com/jdurack/WebTime                    

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

Tên WebTime WebTime
ID pkdfgdohnppmjackjjhcccdkonbndmjj
URL Chính Thức https://chromewebstore.google.com/detail/webtime/pkdfgdohnppmjackjjhcccdkonbndmjj
Mô tả WebTime. Keep tabs on your tabs.
Kích Thước Tệp 67.23 KB
Số Lần Cài Đặt 46
Phiên Bản Hiện Tại 0.0.6
Cập Nhật Lần Cuối 2014-02-05
Ngày Phát Hành 2014-02-05
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển jrd
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebTime",
    "short_name": "WebTime",
    "version": "0.0.6",
    "manifest_version": 2,
    "description": "WebTime. Keep tabs on your tabs.",
    "background": {
        "scripts": [
            "js\/namespace.js",
            "js\/config.js",
            "js\/utils.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "options_page": "html\/options.html",
    "browser_action": [],
    "permissions": [
        "tabs"
    ]
}