todoMation
Minimal todo app for minimalist
Cos'è todoMation?
todoMation è un'estensione di Chrome sviluppata da rojoli.tdm, e la sua funzione principale è "Minimal todo app for minimalist".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione todoMation
Scarica i file di estensione todoMation in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | lokppfgdiagcppliefjioellmefeajaa |
URL Ufficiale | https://chrome.google.com/webstore/detail/todomation/lokppfgdiagcppliefjioellmefeajaa |
Descrizione | Minimal todo app for minimalist |
Dimensione del File | 1.18 MB |
Conteggio Installazioni | 30 |
Versione Corrente | 1.27 |
Ultimo Aggiornamento | 2019-03-08 |
Data di Pubblicazione | 2019-03-08 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | rojoli.tdm |
Tipo di Pagamento | free |
Lingue Supportate | 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'" } |