todoMation
Minimal todo app for minimalist
What is todoMation?
todoMation is a Chrome extension developed by rojoli.tdm, and its main feature is "Minimal todo app for minimalist".
Extension Screenshots
Download todoMation Extension CRX File
Download todoMation extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | lokppfgdiagcppliefjioellmefeajaa |
Official URL | https://chrome.google.com/webstore/detail/todomation/lokppfgdiagcppliefjioellmefeajaa |
Description | Minimal todo app for minimalist |
File Size | 1.18 MB |
Installation Count | 30 |
Current Version | 1.27 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Rating | 5.00/5 Total 5 Ratings |
Developer | rojoli.tdm |
Payment Type | free |
Supported Languages | 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'" } |