TodoistChute: Finish Time for Todoist

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

O que é TodoistChute: Finish Time for Todoist?

TodoistChute: Finish Time for Todoist é uma extensão do Chrome desenvolvida por https://beyooon.jp, e sua principal característica é "TodoistChute calculates the estimated time required to every tasks on Todoist, and shows the finish time.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão TodoistChute: Finish Time for Todoist

Baixe arquivos de extensão TodoistChute: Finish Time for Todoist no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome TodoistChute: Finish Time for Todoist TodoistChute: Finish Time for Todoist
ID ghllkaandaghmnhgldofdmollpjlefmj
URL Oficial https://chromewebstore.google.com/detail/todoistchute-finish-time/ghllkaandaghmnhgldofdmollpjlefmj
Descrição TodoistChute calculates the estimated time required to every tasks on Todoist, and shows the finish time.
Tamanho do Arquivo 391 KB
Contagem de Instalações 1,748
Versão Atual 2.2.0
Última Atualização 2023-05-04
Data de Publicação 2020-06-11
Classificação 4.95/5 Total de 22 Avaliações
Desenvolvedor https://beyooon.jp
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/hideyuk1-jp/todoistchute
URL da Página de Ajuda https://beyooon.jp/contact
Idiomas Suportados 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"
    ]
}