WebTime

WebTime. Keep tabs on your tabs.

什麼是WebTime?

WebTime是由jrd開發的Chrome擴展程式,該擴展的主要功能是“WebTime. Keep tabs on your tabs.”。

擴展截圖

screenshot
screenshot

下載WebTime擴展crx文件

下載WebTime擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 WebTime WebTime
ID pkdfgdohnppmjackjjhcccdkonbndmjj
官方網址 https://chromewebstore.google.com/detail/webtime/pkdfgdohnppmjackjjhcccdkonbndmjj
簡介 WebTime. Keep tabs on your tabs.
檔案大小 67.23 KB
安裝次數 46
目前版本 0.0.6
更新時間 2014-02-05
上架時間 2014-02-05
評分 4.67/5 共 3 次評分
開發者 jrd
付費類型 free
支援的語言 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"
    ]
}