todoMation

Minimal todo app for minimalist

O que é todoMation?

todoMation é uma extensão do Chrome desenvolvida por rojoli.tdm, e sua principal característica é "Minimal todo app for minimalist".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão todoMation

Baixe arquivos de extensão todoMation 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

                        todoMation is a To Do List Chrome extension which can syncronize your to do list across multiple machines.  The interface is configurable, as wall as the default ordering of tasks (top of list or bottom of list).  Great for small, daily lists.  More features coming soon...

Features:-

✓ Priorities can be set to the tasks.
✓ Drag-and-drop ordering support for tasks. 
✓ Export/Import functionality.
✓ Support for data synchronization across multiple browsers (office and home)
✓ Programmable hotkeys.
✓ User Interface color configurability                    

Informações Básicas da Extensão

Nome todoMation todoMation
ID lokppfgdiagcppliefjioellmefeajaa
URL Oficial https://chrome.google.com/webstore/detail/todomation/lokppfgdiagcppliefjioellmefeajaa
Descrição Minimal todo app for minimalist
Tamanho do Arquivo 1.18 MB
Contagem de Instalações 30
Versão Atual 1.27
Última Atualização 2019-03-08
Data de Publicação 2019-03-08
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor rojoli.tdm
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "todoMation",
    "description": "Minimal todo app for minimalist",
    "short_name": "todoMation",
    "version": "1.27",
    "permissions": [
        "debugger",
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "images\/logo.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'"
}