todoMation
Minimal todo app for minimalist
Hvad er todoMation?
todoMation er en Chrome-udvidelse udviklet af rojoli.tdm, og dens hovedfunktion er "Minimal todo app for minimalist".
Udvidelsesskærmbilleder
Download todoMation-udvidelses-CRX-fil
Download todoMation-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | lokppfgdiagcppliefjioellmefeajaa |
Officiel URL | https://chrome.google.com/webstore/detail/todomation/lokppfgdiagcppliefjioellmefeajaa |
Beskrivelse | Minimal todo app for minimalist |
Filstørrelse | 1.18 MB |
Antal Installationer | 30 |
Nuværende Version | 1.27 |
Senest Opdateret | 2019-03-08 |
Udgivelsesdato | 2019-03-08 |
Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
Udvikler | rojoli.tdm |
Betalingsmetode | free |
Understøttede Sprog | 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'" } |