Time Tasker

Change the duration length of Google tasks on Google Calendar

Co je Time Tasker?

Time Tasker je rozšíření Chrome vyvinuté Camerons Digital Hub, a jeho hlavní funkcí je „Change the duration length of Google tasks on Google Calendar“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Time Tasker

Stáhněte si soubory rozšíření Time Tasker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        **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                    

Základní Informace o Rozšíření

Název Time Tasker Time Tasker
ID lomflcfhlchbibcphkjlcejfdlemghmk
Oficiální URL https://chromewebstore.google.com/detail/time-tasker/lomflcfhlchbibcphkjlcejfdlemghmk
Popis Change the duration length of Google tasks on Google Calendar
Velikost souboru 32.55 KB
Počet instalací 710
Aktuální Verze 2.0.1
Poslední Aktualizace 2024-02-15
Datum Vydání 2022-10-10
Hodnocení 4.07/5 Celkem 15 Hodnocení
Vývojář Camerons Digital Hub
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://cameronsdigitalhub.com/policies/privacy-policy
Podporované Jazyky 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"
            ]
        }
    ]
}