Simple To-Do List

Simple and minimalistic extension for task management.

Simple To-Do Listとは何ですか?

Simple To-Do Listはhttps://dimox.netによって開発されたChromeの拡張機能で、その主な機能は「Simple and minimalistic extension for task management.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Simple To-Do List拡張機能のCRXファイルをダウンロード

Simple To-Do List拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This simple extension allows you to easily manage your daily tasks right in your browser.

Features:

✓ Minimalistic interface.
✓ Clickable links in the text.
✓ Drag-and-drop support for tasks.
✓ You can set a priority for a task.
✓ You can save the selected text on a page as a task by context menu.
✓ Export/Import functionality.
✓ Support for data synchronization.
✓ Optional hotkeys.                    

拡張機能の基本情報

名前 Simple To-Do List Simple To-Do List
ID jimdhomgkpmmhhcegiebdajlkmjgikaf
公式URL https://chromewebstore.google.com/detail/simple-to-do-list/jimdhomgkpmmhhcegiebdajlkmjgikaf
説明 Simple and minimalistic extension for task management.
ファイルサイズ 236 KB
インストール数 23,629
現在のバージョン 1.3.5
最終更新日 2017-02-05
公開日 2017-02-05
評価 4.43/5 合計 121 レビュー
開発者 https://dimox.net
支払い方法 free
拡張機能のウェブサイト http://dimox.net/
ヘルプページのURL http://dimox.net/simple-to-do-list-extension-for-opera-15/
対応言語 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.3.5",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html",
        "default_title": "__MSG_extensionName__"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "default_locale": "en",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}