Omni Todoist

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

What is Omni Todoist?

Omni Todoist is a Chrome extension developed by tkt989.dev, and its main feature is "Add task to Todoist by address bar. type 'todo' + tab in address bar, write your task, and then hit enter.".

Extension Screenshots

screenshot

Download Omni Todoist Extension CRX File

Download Omni Todoist extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Add task to Todoist by address bar.

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

Extension Basic Information

Name Omni Todoist Omni Todoist
ID jegdmcdffgddhaehahgeoiohknchldmj
Official URL https://chromewebstore.google.com/detail/omni-todoist/jegdmcdffgddhaehahgeoiohknchldmj
Description Add task to Todoist by address bar. type 'todo' + tab in address bar, write your task, and then hit enter.
File Size 50 KB
Installation Count 150
Current Version 1.0.3
Last Updated 2019-10-08
Publish Date 2019-10-07
Rating 3.00/5 Total 6 Ratings
Developer tkt989.dev
Payment Type free
Extension Website https://github.com/tkt989/OmniTodoist
Supported Languages 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"
    }
}