WebTime

WebTime. Keep tabs on your tabs.

WebTimeคืออะไร?

WebTime เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jrd และคุณลักษณะหลักของมันคือ "WebTime. Keep tabs on your tabs."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WebTime

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    ]
}