Task Time Counter
Very easy task time counter.
Task Time Counter란 무엇입니까?
Task Time Counter은(는) Willimbu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Very easy task time counter."입니다.
확장 프로그램 스크린샷
Task Time Counter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension allow you to count how many time you spend in a task
확장 프로그램 기본 정보
이름 | Task Time Counter |
ID | aocpbgdpicmnhplofeepiklfcpjdenbe |
공식 URL | https://chromewebstore.google.com/detail/task-time-counter/aocpbgdpicmnhplofeepiklfcpjdenbe |
설명 | Very easy task time counter. |
파일 크기 | 92.77 KB |
설치 횟수 | 1,588 |
현재 버전 | 1.3 |
최근 업데이트 | 2017-02-13 |
출시 날짜 | 2017-02-13 |
평점 | 4.27/5 총 15 개의 평점 |
개발자 | Willimbu |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Task Time Counter", "description": "Very easy task time counter.", "version": "1.3", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "permissions": [ "alarms", "notifications" ] } |