Tiny Tasks: a modern to-do list app

Tiny Tasks is a simple and fast to-do extension to help you stay organized for the day.

O que é Tiny Tasks: a modern to-do list app?

Tiny Tasks: a modern to-do list app é uma extensão do Chrome desenvolvida por https://tinylabs.cc, e sua principal característica é "Tiny Tasks is a simple and fast to-do extension to help you stay organized for the day.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Tiny Tasks: a modern to-do list app

Baixe arquivos de extensão Tiny Tasks: a modern to-do list app 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

                        Laundry lists can be overwhelming, so the main purpose of Tiny Tasks is to help you manage your day's tasks, one task at a time.

⚡️ FAST 🏃‍♀️ LIGHTWEIGHT ✌️ MODERN

✅ FEATURES 
🎯 Focus mode
🖍️ Priority levels
♻️ Repeatable tasks
🗓️ Completed tasks by date
😶‍🌫️ Show/hide completed tasks
🌌 Dark mode
📆 Today's date
🗂️ Export tasks
🔗 Links

📮 You can request features by sending an email to [email protected]
☕️ You can support the extension development at https://www.buymeacoffee.com/tinylabs                    

Informações Básicas da Extensão

Nome Tiny Tasks: a modern to-do list app Tiny Tasks: a modern to-do list app
ID lffhhelhehdcodfahohelkbfmaneiglg
URL Oficial https://chromewebstore.google.com/detail/tiny-tasks-a-modern-to-do/lffhhelhehdcodfahohelkbfmaneiglg
Descrição Tiny Tasks is a simple and fast to-do extension to help you stay organized for the day.
Tamanho do Arquivo 105 KB
Contagem de Instalações 244
Versão Atual 1.13.3
Última Atualização 2023-11-29
Data de Publicação 2023-05-08
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor https://tinylabs.cc
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.tinylabs.cc
URL da Página de Ajuda https://www.buymeacoffee.com/tinylabs
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tiny Tasks: a modern to-do list app",
    "version": "1.13.3",
    "description": "Tiny Tasks is a simple and fast to-do extension to help you stay organized for the day.",
    "offline_enabled": true,
    "short_name": "Tiny Tasks",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "alarms",
        "contextMenus",
        "notifications"
    ],
    "icons": {
        "16": "task.png",
        "48": "task.png",
        "128": "task.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "task.png",
        "default_popup": "index.html"
    }
}