Omni Todoist

Add task to Todoist by address bar. type 'todo' + tab in address bar, write your task, and then hit enter.

Omni Todoistとは何ですか?

Omni Todoistはtkt989.devによって開発されたChromeの拡張機能で、その主な機能は「Add task to Todoist by address bar. type 'todo' + tab in address bar, write your task, and then hit enter.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Add task to Todoist by address bar.

type 'todo' + tab in address bar, write your task, and then hit enter.                    

拡張機能の基本情報

名前 Omni Todoist Omni Todoist
ID jegdmcdffgddhaehahgeoiohknchldmj
公式URL https://chromewebstore.google.com/detail/omni-todoist/jegdmcdffgddhaehahgeoiohknchldmj
説明 Add task to Todoist by address bar. type 'todo' + tab in address bar, write your task, and then hit enter.
ファイルサイズ 50 KB
インストール数 150
現在のバージョン 1.0.3
最終更新日 2019-10-08
公開日 2019-10-07
評価 3.00/5 合計 6 レビュー
開発者 tkt989.dev
支払い方法 free
拡張機能のウェブサイト https://github.com/tkt989/OmniTodoist
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Omni Todoist",
    "version": "1.0.3",
    "icons": {
        "16": ".\/img\/[email protected]",
        "48": ".\/img\/[email protected]",
        "128": ".\/img\/[email protected]"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "notifications",
        "identity",
        "storage",
        "https:\/\/todoist.com\/*"
    ],
    "omnibox": {
        "keyword": "todo"
    }
}