Workflowy: Jump to first match

User Ctrl+Enter to jump from Workflowy's search page into the first match.

Workflowy: Jump to first match là gì?

Workflowy: Jump to first match là một tiện ích mở rộng Chrome được phát triển bởi Gunar C. Gessner, và tính năng chính của nó là "User Ctrl+Enter to jump from Workflowy's search page into the first match.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Workflowy: Jump to first match

Tải xuống các tệp mở rộng Workflowy: Jump to first match dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Workflowy: Jump to first match Workflowy: Jump to first match
ID mfcngfmagchdcanngmaoemcgfckbcgdc
URL Chính Thức https://chromewebstore.google.com/detail/workflowy-jump-to-first-m/mfcngfmagchdcanngmaoemcgfckbcgdc
Mô tả User Ctrl+Enter to jump from Workflowy's search page into the first match.
Kích Thước Tệp 5.64 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 1
Cập Nhật Lần Cuối 2016-09-16
Ngày Phát Hành 2016-09-16
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Gunar C. Gessner
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/gunar/jump-to-first
URL Trang Trợ Giúp https://github.com/gunar/jump-to-first/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}