TodoistChute: Finish Time for Todoist

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

Hvad er TodoistChute: Finish Time for Todoist?

TodoistChute: Finish Time for Todoist er en Chrome-udvidelse udviklet af https://beyooon.jp, og dens hovedfunktion er "TodoistChute calculates the estimated time required to every tasks on Todoist, and shows the finish time.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download TodoistChute: Finish Time for Todoist-udvidelses-CRX-fil

Download TodoistChute: Finish Time for Todoist-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn TodoistChute: Finish Time for Todoist TodoistChute: Finish Time for Todoist
ID ghllkaandaghmnhgldofdmollpjlefmj
Officiel URL https://chromewebstore.google.com/detail/todoistchute-finish-time/ghllkaandaghmnhgldofdmollpjlefmj
Beskrivelse TodoistChute calculates the estimated time required to every tasks on Todoist, and shows the finish time.
Filstørrelse 391 KB
Antal Installationer 1,748
Nuværende Version 2.2.0
Senest Opdateret 2023-05-04
Udgivelsesdato 2020-06-11
Bedømmelse 4.95/5 Samlet 22 Bedømmelser
Udvikler https://beyooon.jp
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/hideyuk1-jp/todoistchute
Hjælpeside-URL https://beyooon.jp/contact
Understøttede Sprog 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"
    ]
}