Todoist keyboard navigator
This is the extension for the todoist.com to operate more comfortably in the keyboard operation.
Todoist keyboard navigator란 무엇입니까?
Todoist keyboard navigator은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is the extension for the todoist.com to operate more comfortably in the keyboard operation."입니다.
확장 프로그램 스크린샷
Todoist keyboard navigator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is the keyboard shortcuts extension for the todoist.com. This is simple, but very useful. It can the following shortcuts: * "g" + "i" views the "Inbox" filter * "g" + "t" views the "Today" filter * "g" + "w" views the "Next 7 days" filter * "g" + "p" toggles the "Projects" list * "g" + "l" toggles the "Labels" list * "g" + "f" toggles the "Filters" list * "g" + "1" views the 1st favorite item * "g" + "2" views the 2nd favorite item * ... * "g" + "9" views the 9th favorite item * "*" + "a" selects all items * "*" + "n" deselects all items For more information: https://github.com/uechoco/todoist_keyboard_nav
확장 프로그램 기본 정보
이름 | Todoist keyboard navigator |
ID | kglgmdpjkdbdgidekpklgkibnfgagejm |
공식 URL | https://chromewebstore.google.com/detail/todoist-keyboard-navigato/kglgmdpjkdbdgidekpklgkibnfgagejm |
설명 | This is the extension for the todoist.com to operate more comfortably in the keyboard operation. |
파일 크기 | 14.25 KB |
설치 횟수 | 118 |
현재 버전 | 0.0.4 |
최근 업데이트 | 2019-01-20 |
출시 날짜 | 2019-01-20 |
평점 | 4.33/5 총 3 개의 평점 |
개발자 | Unknown |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/uechoco/todoist_keyboard_nav |
도움말 페이지 URL | https://github.com/uechoco/todoist_keyboard_nav |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "short_name": "Todoist key nav", "version": "0.0.4", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "icon_128.png", "256": "icon_256.png", "48": "icon_48.png" }, "author": "uechoco", "content_scripts": [ { "js": [ "js\/content.js" ], "matches": [ "https:\/\/todoist.com\/app*", "https:\/\/*.todoist.com\/app*" ], "run_at": "document_start" } ] } |