todoMation
Minimal todo app for minimalist
Apa itu todoMation?
todoMation adalah ekstensi Chrome yang dikembangkan oleh rojoli.tdm, dan fitur utamanya adalah "Minimal todo app for minimalist".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi todoMation
Unduh file ekstensi todoMation dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | lokppfgdiagcppliefjioellmefeajaa |
URL Resmi | https://chrome.google.com/webstore/detail/todomation/lokppfgdiagcppliefjioellmefeajaa |
Deskripsi | Minimal todo app for minimalist |
Ukuran File | 1.18 MB |
Jumlah Instalasi | 30 |
Versi Saat Ini | 1.27 |
Terakhir Diperbarui | 2019-03-08 |
Tanggal Publikasi | 2019-03-08 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | rojoli.tdm |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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'" } |