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"
    }
}