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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Workflowy: Jump to first match Workflowy: Jump to first match
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"
    }
}