todoMation
Minimal todo app for minimalist
ما هو todoMation؟
todoMation هو إضافة Chrome تم تطويرها بواسطة rojoli.tdm، والميزة الرئيسية لها هي "Minimal todo app for minimalist".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة todoMation
قم بتنزيل ملفات الامتداد todoMation بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
معلومات أساسية عن التمديد
الاسم | |
ID | lokppfgdiagcppliefjioellmefeajaa |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/todomation/lokppfgdiagcppliefjioellmefeajaa |
الوصف | Minimal todo app for minimalist |
حجم الملف | 1.18 MB |
عدد التثبيتات | 30 |
النسخة الحالية | 1.27 |
آخر تحديث | 2019-03-08 |
تاريخ النشر | 2019-03-08 |
تقييم | 5.00/5 مجموع تقييمات 5 |
المطور | rojoli.tdm |
نوع الدفع | free |
اللغات المدعومة | 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'" } |