WebTime
WebTime. Keep tabs on your tabs.
WebTime란 무엇입니까?
WebTime은(는) jrd에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "WebTime. Keep tabs on your tabs."입니다.
확장 프로그램 스크린샷
WebTime 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" ] } |