Workflowy: Jump to first match
User Ctrl+Enter to jump from Workflowy's search page into the first match.
Workflowy: Jump to first matchとは何ですか?
Workflowy: Jump to first matchはGunar C. Gessnerによって開発されたChromeの拡張機能で、その主な機能は「User Ctrl+Enter to jump from Workflowy's search page into the first match.」です。
拡張機能のスクリーンショット
Workflowy: Jump to first match拡張機能のCRXファイルをダウンロード
Workflowy: Jump to first match拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Makes navigating Workflowy easier.
1. Type something into the search box.
2. Press Ctrl+Enter.
NB: After the Jump, the search box is still focused, so you may continue searching further down that path. 拡張機能の基本情報
| 名前 | |
| ID | mfcngfmagchdcanngmaoemcgfckbcgdc |
| 公式URL | https://chromewebstore.google.com/detail/workflowy-jump-to-first-m/mfcngfmagchdcanngmaoemcgfckbcgdc |
| 説明 | User Ctrl+Enter to jump from Workflowy's search page into the first match. |
| ファイルサイズ | 5.64 KB |
| インストール数 | 26 |
| 現在のバージョン | 1 |
| 最終更新日 | 2016-09-16 |
| 公開日 | 2016-09-16 |
| 評価 | 3.00/5 合計 2 レビュー |
| 開発者 | Gunar C. Gessner |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/gunar/jump-to-first |
| ヘルプページのURL | https://github.com/gunar/jump-to-first/issues |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"content_scripts": [
{
"exclude_globs": [],
"include_globs": [
"*"
],
"js": [
"jumpToFirst.user.js"
],
"matches": [
"https:\/\/workflowy.com\/*",
"http:\/\/workflowy.com\/*"
],
"run_at": "document_end"
}
],
"converted_from_user_script": true,
"description": "User Ctrl+Enter to jump from Workflowy's search page into the first match.",
"name": "Workflowy: Jump to first match",
"version": "1",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |