RoutineList
Keep Track of Your Daily Tasks
O que é RoutineList?
RoutineList é uma extensão do Chrome desenvolvida por nicholasgreensf, e sua principal característica é "Keep Track of Your Daily Tasks".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão RoutineList
Baixe arquivos de extensão RoutineList 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
RoutineList allows the user to keep track of their daily tasks by way of checkboxes that uncheck themselves on the days of the week the user designates as days they should do that task on. It's a great way to save paper and time, preventing the user from having to write out a daily to-do list. This was inspired by a daily to-do list over fifty items long, and built to expedite that process.
Informações Básicas da Extensão
Nome | RoutineList |
ID | eckihielkdkafbhekdgpbjlloiddjdpd |
URL Oficial | https://chromewebstore.google.com/detail/routinelist/eckihielkdkafbhekdgpbjlloiddjdpd |
Descrição | Keep Track of Your Daily Tasks |
Tamanho do Arquivo | 12.09 MB |
Contagem de Instalações | 22 |
Versão Atual | 0.5 |
Última Atualização | 2022-06-01 |
Data de Publicação | 2021-05-24 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | nicholasgreensf |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RoutineList", "description": "Keep Track of Your Daily Tasks", "version": "0.5", "icons": { "16": "routinelist16.png", "48": "routinelist48.png", "128": "routinelist128.png" }, "manifest_version": 3, "permissions": [ "storage" ], "action": { "default_popup": "popup.html" }, "options_page": "options.html" } |