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".

Снимки экрана расширения

screenshot

Скачать файл 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 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"
            ]
        }
    ]
}