TodoistChute: Finish Time for Todoist

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

Wat is TodoistChute: Finish Time for Todoist?

TodoistChute: Finish Time for Todoist is een Chrome-extensie ontwikkeld door https://beyooon.jp, en de belangrijkste functie is "TodoistChute calculates the estimated time required to every tasks on Todoist, and shows the finish time.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie TodoistChute: Finish Time for Todoist

Download TodoistChute: Finish Time for Todoist-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam TodoistChute: Finish Time for Todoist TodoistChute: Finish Time for Todoist
ID ghllkaandaghmnhgldofdmollpjlefmj
Officiële URL https://chromewebstore.google.com/detail/todoistchute-finish-time/ghllkaandaghmnhgldofdmollpjlefmj
Beschrijving TodoistChute calculates the estimated time required to every tasks on Todoist, and shows the finish time.
Bestandsgrootte 391 KB
Aantal Installaties 1,748
Huidige Versie 2.2.0
Laatst Bijgewerkt 2023-05-04
Publicatiedatum 2020-06-11
Beoordeling 4.95/5 Totaal 22 Beoordelingen
Ontwikkelaar https://beyooon.jp
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/hideyuk1-jp/todoistchute
Help Pagina-URL https://beyooon.jp/contact
Ondersteunde Talen 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"
    ]
}