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 |
公式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 |
Eメール | [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" ] } ] } |