todoMation

Minimal todo app for minimalist

todoMation là gì?

todoMation là một tiện ích mở rộng Chrome được phát triển bởi rojoli.tdm, và tính năng chính của nó là "Minimal todo app for minimalist".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng todoMation

Tải xuống các tệp mở rộng todoMation dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên todoMation todoMation
ID lokppfgdiagcppliefjioellmefeajaa
URL Chính Thức https://chrome.google.com/webstore/detail/todomation/lokppfgdiagcppliefjioellmefeajaa
Mô tả Minimal todo app for minimalist
Kích Thước Tệp 1.18 MB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 1.27
Cập Nhật Lần Cuối 2019-03-08
Ngày Phát Hành 2019-03-08
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển rojoli.tdm
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}