Copy Todoist Tasks

Copy the task list on Todoist to clipboard.

Copy Todoist Tasksとは何ですか?

Copy Todoist Tasksはtawaraによって開発されたChromeの拡張機能で、その主な機能は「Copy the task list on Todoist to clipboard.」です。

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

screenshot

Copy Todoist Tasks拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension allows you to copy the task list on Todoist (https://todoist.com/) to the clipboard.

You can also optionally set the format for copying, such as indenting to indicate the parent-child relationship of the task.

---
この拡張機能を利用することで、Todoist (https://todoist.com/) 上のタスクリストをクリップボードにコピーすることができます。

タスクの親子関係を示すインデントなど、コピーする際の書式をオプションで設定することも可能です。                    

拡張機能の基本情報

名前 Copy Todoist Tasks Copy Todoist Tasks
ID cifleikfldjohjpfkjpngjldplllcnol
公式URL https://chromewebstore.google.com/detail/copy-todoist-tasks/cifleikfldjohjpfkjpngjldplllcnol
説明 Copy the task list on Todoist to clipboard.
ファイルサイズ 19.87 KB
インストール数 56
現在のバージョン 0.0.3
最終更新日 2020-08-16
公開日 2020-08-07
評価 4.75/5 合計 4 レビュー
開発者 tawara
Eメール [email protected]
支払い方法 free
対応言語 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy Todoist Tasks",
    "version": "0.0.3",
    "description": "Copy the task list on Todoist to clipboard.",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "clipboardRead",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": "images\/clip32.png"
        }
    },
    "options_page": "options.html",
    "icons": {
        "16": "images\/clip16.png",
        "48": "images\/clip48.png",
        "128": "images\/clip128.png"
    },
    "manifest_version": 2
}