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