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 |
| 官方網址 | 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"
}
} | |