Time Tasker
Change the duration length of Google tasks on Google Calendar
Time Tasker란 무엇입니까?
Time Tasker은(는) Camerons Digital Hub에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Change the duration length of Google tasks on Google Calendar"입니다.
확장 프로그램 스크린샷
Time Tasker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
**Version 2 now live** Easily set custom timeframes for your Google Tasks. This extension allows you to extend the duration of your tasks as desired. This will help you schedule your Tasks with accurate timeslots. Simply input the duration of the task and when you are ready to schedule it, drag and drop the task into your calendar. You will then see the task expand into the specified duration. For example, to customize the duration of a task to 3 hours, simply add “(3h)” to the end of the task title and watch as the task automatically expands to fill 3 hours when dragged into your Google Calendar. **2.0.0** - 1 minute increments supported **1.0.7** - Updated logo file names
확장 프로그램 기본 정보
이름 | Time Tasker |
ID | lomflcfhlchbibcphkjlcejfdlemghmk |
공식 URL | https://chromewebstore.google.com/detail/time-tasker/lomflcfhlchbibcphkjlcejfdlemghmk |
설명 | Change the duration length of Google tasks on Google Calendar |
파일 크기 | 32.55 KB |
설치 횟수 | 710 |
현재 버전 | 2.0.1 |
최근 업데이트 | 2024-02-15 |
출시 날짜 | 2022-10-10 |
평점 | 4.07/5 총 15 개의 평점 |
개발자 | Camerons Digital Hub |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://cameronsdigitalhub.com/policies/privacy-policy |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Time Tasker", "short_name": "TimeTasker", "author": "CameronsDigitalHub", "version": "2.0.1", "manifest_version": 3, "description": "Change the duration length of Google tasks on Google Calendar", "action": { "default_icon": "icons\/Logo48.png", "default_popup": "index.html" }, "icons": { "16": "icons\/Logo48.png", "48": "icons\/Logo48.png", "128": "icons\/Logo128.png" }, "content_scripts": [ { "matches": [ "https:\/\/calendar.google.com\/calendar\/*" ], "js": [ "content-min-v2.js" ] } ] } |