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ファイルをダウンロード
Todoist keyboard navigator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| 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"
}
]
} | |