Omni Todoist

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

Omni Todoist là gì?

Omni Todoist là một tiện ích mở rộng Chrome được phát triển bởi tkt989.dev, và tính năng chính của nó là "Add task to Todoist by address bar. type 'todo' + tab in address bar, write your task, and then hit enter.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Omni Todoist

Tải xuống các tệp mở rộng Omni Todoist dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Add task to Todoist by address bar.

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Omni Todoist Omni Todoist
ID jegdmcdffgddhaehahgeoiohknchldmj
URL Chính Thức https://chromewebstore.google.com/detail/omni-todoist/jegdmcdffgddhaehahgeoiohknchldmj
Mô tả Add task to Todoist by address bar. type 'todo' + tab in address bar, write your task, and then hit enter.
Kích Thước Tệp 50 KB
Số Lần Cài Đặt 150
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2019-10-08
Ngày Phát Hành 2019-10-07
Đánh Giá 3.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển tkt989.dev
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/tkt989/OmniTodoist
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}