todoMation
Minimal todo app for minimalist
Co to jest todoMation?
todoMation to rozszerzenie Chrome opracowane przez rojoli.tdm, a jego główną funkcją jest „Minimal todo app for minimalist”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia todoMation
Pobierz pliki rozszerzeń todoMation w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | lokppfgdiagcppliefjioellmefeajaa |
Oficjalny URL | https://chrome.google.com/webstore/detail/todomation/lokppfgdiagcppliefjioellmefeajaa |
Opis | Minimal todo app for minimalist |
Rozmiar pliku | 1.18 MB |
Liczba instalacji | 30 |
Aktualna Wersja | 1.27 |
Ostatnia Aktualizacja | 2019-03-08 |
Data Publikacji | 2019-03-08 |
Ocena | 5.00/5 Łącznie 5 Oceny |
Deweloper | rojoli.tdm |
Typ Płatności | free |
Obsługiwane Języki | 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'" } |