Work-Time
Work-Time - It's just the timer of your working time.
Work-Time란 무엇입니까?
Work-Time은(는) Alex Zarnitsa에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Work-Time - It's just the timer of your working time."입니다.
확장 프로그램 스크린샷
Work-Time 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Add timers for each task. Each timer has their notes. Timer thinks if a new day, and you do not stop the timer, it resets to 0:00. You can also see the Options page, to set this option. And also, Help, you can find on the Options page. This page will help you to find additional functions.
확장 프로그램 기본 정보
이름 | Work-Time |
ID | fbdehjlkdfihmopbhddckmnabmfgkmkg |
공식 URL | https://chromewebstore.google.com/detail/work-time/fbdehjlkdfihmopbhddckmnabmfgkmkg |
설명 | Work-Time - It's just the timer of your working time. |
파일 크기 | 448 KB |
설치 횟수 | 401 |
현재 버전 | 3.0.5 |
최근 업데이트 | 2015-02-14 |
출시 날짜 | 2015-02-14 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | Alex Zarnitsa |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "browser_action": { "default_icon": "\/images\/clock.png", "default_popup": "\/popup.html", "default_title": "Work-Time", "name": "Work-Time" }, "description": "Work-Time - It's just the timer of your working time.", "icons": { "128": "\/images\/clock.png" }, "background": { "scripts": [ "scripts\/background.js" ], "persistent": true }, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDcOap2OG3psJfEnehiNKGUcwzqRQ3bB1r1RJkm7Ro5SkTSdfM8aaMXBHq+UfBSvRYeiPYBVYYtIMibyzp3405ae0unkcglqHgM+hac68HG1CTIA2wBGTNsf+pj53eSes\/TzMi+fnWsQkN0sU1YXU5ORs8n6q3fvzntfikUmD53+wIDAQAB", "manifest_version": 2, "name": "Work-Time", "options_page": "options.html", "short_name": "Work-Time", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.0.5" } |