TodoistChute: Finish Time for Todoist

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

Cos'è TodoistChute: Finish Time for Todoist?

TodoistChute: Finish Time for Todoist è un'estensione di Chrome sviluppata da https://beyooon.jp, e la sua funzione principale è "TodoistChute calculates the estimated time required to every tasks on Todoist, and shows the finish time.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione TodoistChute: Finish Time for Todoist

Scarica i file di estensione TodoistChute: Finish Time for Todoist in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome TodoistChute: Finish Time for Todoist TodoistChute: Finish Time for Todoist
ID ghllkaandaghmnhgldofdmollpjlefmj
URL Ufficiale https://chromewebstore.google.com/detail/todoistchute-finish-time/ghllkaandaghmnhgldofdmollpjlefmj
Descrizione TodoistChute calculates the estimated time required to every tasks on Todoist, and shows the finish time.
Dimensione del File 391 KB
Conteggio Installazioni 1,748
Versione Corrente 2.2.0
Ultimo Aggiornamento 2023-05-04
Data di Pubblicazione 2020-06-11
Valutazione 4.95/5 Totale 22 Valutazioni
Sviluppatore https://beyooon.jp
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/hideyuk1-jp/todoistchute
URL della Pagina di Aiuto https://beyooon.jp/contact
Lingue Supportate 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"
    ]
}