Task Timeline
Organizing the day to day task activity and Manage your time.
Task Timeline란 무엇입니까?
Task Timeline은(는) Sridhar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Organizing the day to day task activity and Manage your time."입니다.
확장 프로그램 스크린샷
Task Timeline 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Organizing your task day to day task. Overview your tasks in a calendar. Your data is stored in chrome browser. This extension helps to manage your workflow. Simple UI make to use efficient and user-friendly. Feature: User-friendly. No need to create an account. Your data is secure, Its stored in your chrome browser itself. Version: 1.0.0 - Task list. 1.1.0 - Task update for list. 1.2.0 - Month issue solved and duplicate skip. 1.3.0 - Chrome mapping issue solved. 1.4.0 - Theme Updated. 2.0.0 - Timer and Task Overview added. 2.1.0 - Chrome Storage issue solved and Timer removed. 2.2.0 - Overview chart changes update added. 2.3.0 - Overview issue fixed and css updated. 2.4.0 - List ordered in Ascending. 2.5.0 - Overview graph issue fixed. 2.6.0 - Graph order issue fixed.
확장 프로그램 기본 정보
이름 | |
ID | dokmpfkihfmpflmfmincimolaonbmkeo |
공식 URL | https://chrome.google.com/webstore/detail/task-timeline/dokmpfkihfmpflmfmincimolaonbmkeo |
설명 | Organizing the day to day task activity and Manage your time. |
파일 크기 | 637 KB |
설치 횟수 | 263 |
현재 버전 | 2.6.0 |
최근 업데이트 | 2018-11-27 |
출시 날짜 | 2018-11-27 |
평점 | 4.00/5 총 4 개의 평점 |
개발자 | Sridhar |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Task Timeline", "version": "2.6.0", "short_name": "Task Timeline", "description": "Organizing the day to day task activity and Manage your time.", "permissions": [ "storage", "tabs", "notifications" ], "chrome_url_overrides": { "newtab": "index.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_icon": { "16": "images\/task_16.png", "32": "images\/task_32.png", "48": "images\/task_48.png", "128": "images\/task_128.png" } }, "icons": { "16": "images\/task_16.png", "32": "images\/task_32.png", "48": "images\/task_48.png", "128": "images\/task_128.png" }, "manifest_version": 2 } |