TodoistChute: Finish Time for Todoist

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

Qu'est-ce que TodoistChute: Finish Time for Todoist ?

TodoistChute: Finish Time for Todoist est une extension Chrome développée par https://beyooon.jp, et sa fonction principale est "TodoistChute calculates the estimated time required to every tasks on Todoist, and shows the finish time.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension TodoistChute: Finish Time for Todoist

Téléchargez les fichiers d'extension TodoistChute: Finish Time for Todoist au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom TodoistChute: Finish Time for Todoist TodoistChute: Finish Time for Todoist
ID ghllkaandaghmnhgldofdmollpjlefmj
URL Officiel https://chromewebstore.google.com/detail/todoistchute-finish-time/ghllkaandaghmnhgldofdmollpjlefmj
Description TodoistChute calculates the estimated time required to every tasks on Todoist, and shows the finish time.
Taille du Fichier 391 KB
Nombre d'Installations 1,748
Version Actuelle 2.2.0
Dernière Mise à Jour 2023-05-04
Date de Publication 2020-06-11
Évaluation 4.95/5 Total 22 Évaluations
Développeur https://beyooon.jp
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/hideyuk1-jp/todoistchute
URL de la Page d'Aide https://beyooon.jp/contact
Langues Prises en Charge 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"
    ]
}