Omni Todoist

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

Apa itu Omni Todoist?

Omni Todoist adalah ekstensi Chrome yang dikembangkan oleh tkt989.dev, dan fitur utamanya adalah "Add task to Todoist by address bar. type 'todo' + tab in address bar, write your task, and then hit enter.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Omni Todoist

Unduh file ekstensi Omni Todoist dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Add task to Todoist by address bar.

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

Informasi Dasar Ekstensi

Nama Omni Todoist Omni Todoist
ID jegdmcdffgddhaehahgeoiohknchldmj
URL Resmi https://chromewebstore.google.com/detail/omni-todoist/jegdmcdffgddhaehahgeoiohknchldmj
Deskripsi Add task to Todoist by address bar. type 'todo' + tab in address bar, write your task, and then hit enter.
Ukuran File 50 KB
Jumlah Instalasi 150
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2019-10-08
Tanggal Publikasi 2019-10-07
Penilaian 3.00/5 Total 6 Penilaian
Pengembang tkt989.dev
Tipe Pembayaran free
Situs Ekstensi https://github.com/tkt989/OmniTodoist
Bahasa yang Didukung 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"
    }
}