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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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