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
公式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'"
}