todoMation
Minimal todo app for minimalist
Vad är todoMation?
todoMation är en Chrome-tillägg utvecklad av rojoli.tdm, och dess huvudfunktion är "Minimal todo app for minimalist".
Tilläggsskärmbilder
Ladda ner todoMation-förlängningens CRX-fil
Ladda ner todoMation-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | lokppfgdiagcppliefjioellmefeajaa |
Officiell webbadress | https://chrome.google.com/webstore/detail/todomation/lokppfgdiagcppliefjioellmefeajaa |
Beskrivning | Minimal todo app for minimalist |
Filstorlek | 1.18 MB |
Antal Installationer | 30 |
Aktuell Version | 1.27 |
Senast Uppdaterad | 2019-03-08 |
Publiceringsdatum | 2019-03-08 |
Betyg | 5.00/5 Totalt 5 Betyg |
Utvecklare | rojoli.tdm |
Betalningssätt | free |
Stödda Språk | 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'" } |