Time Tasker
Change the duration length of Google tasks on Google Calendar
Time Taskerคืออะไร?
Time Tasker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Camerons Digital Hub และคุณลักษณะหลักของมันคือ "Change the duration length of Google tasks on Google Calendar"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Time Tasker
ดาวน์โหลดไฟล์ส่วนขยาย Time Tasker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
**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" ] } ] } |