TodoistChute: Finish Time for Todoist

TodoistChute calculates the estimated time required to every tasks on Todoist, and shows the finish time.

Co je TodoistChute: Finish Time for Todoist?

TodoistChute: Finish Time for Todoist je rozšíření Chrome vyvinuté https://beyooon.jp, a jeho hlavní funkcí je „TodoistChute calculates the estimated time required to every tasks on Todoist, and shows the finish time.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření TodoistChute: Finish Time for Todoist

Stáhněte si soubory rozšíření TodoistChute: Finish Time for Todoist 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í

                        TodoistChute calculates the estimated time required to every tasks on Todoist, and shows the finish time.
Enter the time in minutes as "//60" in label or text of task.

More information.
https://github.com/hideyuk1-jp/todoistchute/blob/master/README.md                    

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

Název TodoistChute: Finish Time for Todoist TodoistChute: Finish Time for Todoist
ID ghllkaandaghmnhgldofdmollpjlefmj
Oficiální URL https://chromewebstore.google.com/detail/todoistchute-finish-time/ghllkaandaghmnhgldofdmollpjlefmj
Popis TodoistChute calculates the estimated time required to every tasks on Todoist, and shows the finish time.
Velikost souboru 391 KB
Počet instalací 1,748
Aktuální Verze 2.2.0
Poslední Aktualizace 2023-05-04
Datum Vydání 2020-06-11
Hodnocení 4.95/5 Celkem 22 Hodnocení
Vývojář https://beyooon.jp
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/hideyuk1-jp/todoistchute
URL Stránky Nápovědy https://beyooon.jp/contact
Podporované Jazyky en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "2.2.0",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "img\/icon.png"
    },
    "icons": {
        "128": "img\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.todoist.com\/*"
            ],
            "js": [
                "js\/lib\/jquery-3.6.4.min.js",
                "js\/tc.js",
                "js\/tc_calender.js"
            ],
            "css": [
                "css\/tc.css"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "storage"
    ]
}