todoMation

Minimal todo app for minimalist

Wat is todoMation?

todoMation is een Chrome-extensie ontwikkeld door rojoli.tdm, en de belangrijkste functie is "Minimal todo app for minimalist".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie todoMation

Download todoMation-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam todoMation todoMation
ID lokppfgdiagcppliefjioellmefeajaa
Officiële URL https://chrome.google.com/webstore/detail/todomation/lokppfgdiagcppliefjioellmefeajaa
Beschrijving Minimal todo app for minimalist
Bestandsgrootte 1.18 MB
Aantal Installaties 30
Huidige Versie 1.27
Laatst Bijgewerkt 2019-03-08
Publicatiedatum 2019-03-08
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar rojoli.tdm
Betalingswijze free
Ondersteunde Talen 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'"
}