todoMation

Minimal todo app for minimalist

Qu'est-ce que todoMation ?

todoMation est une extension Chrome développée par rojoli.tdm, et sa fonction principale est "Minimal todo app for minimalist".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension todoMation

Téléchargez les fichiers d'extension todoMation au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom todoMation todoMation
ID lokppfgdiagcppliefjioellmefeajaa
URL Officiel https://chrome.google.com/webstore/detail/todomation/lokppfgdiagcppliefjioellmefeajaa
Description Minimal todo app for minimalist
Taille du Fichier 1.18 MB
Nombre d'Installations 30
Version Actuelle 1.27
Dernière Mise à Jour 2019-03-08
Date de Publication 2019-03-08
Évaluation 5.00/5 Total 5 Évaluations
Développeur rojoli.tdm
Type de Paiement free
Langues Prises en Charge 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'"
}