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 - это расширение Chrome, разработанное Gunar C. Gessner, и его основная функция - "User Ctrl+Enter to jump from Workflowy's search page into the first match.".

Снимки экрана расширения

Скачать файл CRX расширения Workflowy: Jump to first match

Скачайте файлы расширений 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.                    

Основная информация о расширении

Название 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"
    }
}