MultiTimer ZN
This multi timer will allow you to keep track of the time you spend on different activities.
MultiTimer ZN란 무엇입니까?
MultiTimer ZN은(는) Andrej Babič에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This multi timer will allow you to keep track of the time you spend on different activities."입니다.
확장 프로그램 스크린샷
MultiTimer ZN 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
If you need to, or just wish to know how much time you dedicate to a specific activity, you may want to keep yourself on the clock. Keeping track of multiple activities can quickly become a nightmare. Fortunately for you, you have just found the tool you've always wished for (sort of:) Key features: • Multiple timers, with multiple checkpoints. • Easy to modify and adjust. • The timers are persisent. Even if you close your browser they will be still waiting for you. • Timers can be exported to and imported from a file. • Keyboard shortcuts. This extension was initially meant to be used to track time on different projects while freelancing. We are actually surprised by how useful it has turned out to be, so we have decided to share it. Since we eat our own dog food, any suggestions and feedbacks will be greatly appreciated :)
확장 프로그램 기본 정보
이름 | MultiTimer ZN |
ID | mkeknbhnbobknhphlbmhoeibadjpflma |
공식 URL | https://chromewebstore.google.com/detail/multitimer-zn/mkeknbhnbobknhphlbmhoeibadjpflma |
설명 | This multi timer will allow you to keep track of the time you spend on different activities. |
파일 크기 | 120 KB |
설치 횟수 | 892 |
현재 버전 | 1.1 |
최근 업데이트 | 2013-08-12 |
출시 날짜 | 2013-08-12 |
평점 | 4.58/5 총 55 개의 평점 |
개발자 | Andrej Babič |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.linkedin.com/in/andrejbabic |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MultiTimer ZN", "description": "This multi timer will allow you to keep track of the time you spend on different activities.", "version": "1.1", "icons": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "offline_enabled": true, "homepage_url": "http:\/\/www.linkedin.com\/in\/andrejbabic", "browser_action": { "default_icon": "img\/icon.png" }, "background": { "page": "resources\/background.html" }, "permissions": [ "tabs" ] } |