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文件
下載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 |
官方網址 | 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" ] } ] } |