Task Timer
An offline task timer extension that will help you keep track of your schedule.
Task Timer란 무엇입니까?
Task Timer은(는) Tudor Stoica에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An offline task timer extension that will help you keep track of your schedule."입니다.
확장 프로그램 스크린샷
Task Timer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension provides you with : - a system that keeps track of your tasks - a sticky notes tab - reports tab that give the information you want and which you can export
확장 프로그램 기본 정보
이름 | Task Timer |
ID | cdooaodgjnfoieflegemcnbgdibopbmi |
공식 URL | https://chromewebstore.google.com/detail/task-timer/cdooaodgjnfoieflegemcnbgdibopbmi |
설명 | An offline task timer extension that will help you keep track of your schedule. |
파일 크기 | 488 KB |
설치 횟수 | 1,855 |
현재 버전 | 2.6.5 |
최근 업데이트 | 2019-09-02 |
출시 날짜 | 2019-09-01 |
평점 | 4.50/5 총 6 개의 평점 |
개발자 | Tudor Stoica |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Task Timer", "version": "2.6.5", "description": "An offline task timer extension that will help you keep track of your schedule.", "permissions": [ "storage" ], "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "images\/16.png", "48": "images\/48.png" }, "manifest_version": 2 } |