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
官方網址 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"
    }
}