todoMation

Minimal todo app for minimalist

什麼是todoMation?

todoMation是由rojoli.tdm開發的Chrome擴展程式,該擴展的主要功能是“Minimal todo app for minimalist”。

擴展截圖

screenshot
screenshot

下載todoMation擴展crx文件

下載todoMation擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 todoMation todoMation
ID lokppfgdiagcppliefjioellmefeajaa
官方網址 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'"
}