Google Search Result Hotkeys

Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc.

Что такое Google Search Result Hotkeys?

Google Search Result Hotkeys - это расширение Chrome, разработанное Ian Wehrman, и его основная функция - "Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc.".

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

screenshot

Скачать файл CRX расширения Google Search Result Hotkeys

Скачайте файлы расширений Google Search Result Hotkeys в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc.                    

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

Название Google Search Result Hotkeys Google Search Result Hotkeys
ID klgbcckheikhkhmklfbdbnhkmmpbmjce
Официальный URL https://chromewebstore.google.com/detail/google-search-result-hotk/klgbcckheikhkhmklfbdbnhkmmpbmjce
Описание Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc.
Размер файла 4.77 KB
Количество установок 67
Текущая Версия 0.0.9
Последнее Обновление 2020-11-08
Дата публикации 2018-10-11
Рейтинг 2.33/5 Всего 3 оценок
Разработчик Ian Wehrman
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/iwehrman/google-search-result-hotkeys
URL страницы помощи https://github.com/iwehrman/google-search-result-hotkeys
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Search Result Hotkeys",
    "version": "0.0.9",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.google.com\/search*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}