Task tracker | Task timer
An offline task time keeper.
Task tracker | Task timer란 무엇입니까?
Task tracker | Task timer은(는) Chito Borabien에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An offline task time keeper."입니다.
확장 프로그램 스크린샷
Task tracker | Task timer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A simple way to keep track of time spent on tasks and projects.
Key Features:
- Record time using timer or manual entry.
- Reports: Project and daily summary
- Daily break time setting
- Charts: Daily summary displayed in stacked or grouped bar chart. Project summary shown in pie chart.
- Export data in CSV and text format.
- Delete data according to date range. 확장 프로그램 기본 정보
| 이름 | |
| ID | foieejideloffcogfliehljobfocglfc |
| 공식 URL | https://chromewebstore.google.com/detail/task-tracker-task-timer/foieejideloffcogfliehljobfocglfc |
| 설명 | An offline task time keeper. |
| 파일 크기 | 323 KB |
| 설치 횟수 | 2,365 |
| 현재 버전 | 1.0.17 |
| 최근 업데이트 | 2023-07-16 |
| 출시 날짜 | 2020-05-26 |
| 평점 | 4.23/5 총 26 개의 평점 |
| 개발자 | Chito Borabien |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 지원되는 언어 | de,en,en-GB,en-US,fr,hi,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "1.0.17",
"offline_enabled": true,
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"browser_action": {
"default_icon": {
"19": "img\/icon48.png",
"38": "img\/icon48.png"
},
"default_popup": "popup.html"
},
"web_accessible_resources": [
"img\/icon128.png"
]
} | |