Omni Todoist

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

¿Qué es Omni Todoist?

Omni Todoist es una extensión de Chrome desarrollada por tkt989.dev, y su función principal es "Add task to Todoist by address bar. type 'todo' + tab in address bar, write your task, and then hit enter.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Omni Todoist

Descarga archivos de extensión Omni Todoist en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Add task to Todoist by address bar.

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

Información Básica de la Extensión

Nombre Omni Todoist Omni Todoist
ID jegdmcdffgddhaehahgeoiohknchldmj
URL Oficial https://chromewebstore.google.com/detail/omni-todoist/jegdmcdffgddhaehahgeoiohknchldmj
Descripción Add task to Todoist by address bar. type 'todo' + tab in address bar, write your task, and then hit enter.
Tamaño del Archivo 50 KB
Cantidad de Instalaciones 150
Versión Actual 1.0.3
Última Actualización 2019-10-08
Fecha de Publicación 2019-10-07
Calificación 3.00/5 Total de 6 Calificaciones
Desarrollador tkt989.dev
Tipo de Pago free
Sitio Web de la Extensión https://github.com/tkt989/OmniTodoist
Idiomas Soportados 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"
    }
}