I'm feeling lucky hotkey
Adds a hotkey to navigate to the first google search result.
Что такое I'm feeling lucky hotkey?
I'm feeling lucky hotkey - это расширение Chrome, разработанное Stan, и его основная функция - "Adds a hotkey to navigate to the first google search result.".
Снимки экрана расширения
Скачать файл CRX расширения I'm feeling lucky hotkey
Скачайте файлы расширений I'm feeling lucky hotkey в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
                        This very simple extension allows you to press Alt+L hotkey to navigate to the first google search result when you are on a google search page.                     Основная информация о расширении
| Название |   |  
| ID | miodihhmeihljccnakcdhgpjbbkogjpp | 
| Официальный URL | https://chromewebstore.google.com/detail/im-feeling-lucky-hotkey/miodihhmeihljccnakcdhgpjbbkogjpp | 
| Описание | Adds a hotkey to navigate to the first google search result. | 
| Размер файла | 14.31 KB | 
| Количество установок | 106 | 
| Текущая Версия | 1.1 | 
| Последнее Обновление | 2019-07-25 | 
| Дата публикации | 2019-07-25 | 
| Рейтинг | 2.00/5 Всего 1 оценок | 
| Разработчик | Stan | 
| Электронная почта | [email protected] | 
| Тип оплаты | free | 
| Поддерживаемые языки | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "I'm feeling lucky hotkey",
    "version": "1.1",
    "description": "Adds a hotkey to navigate to the first google search result.",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "commands": {
        "toggle-feature-go": {
            "suggested_key": {
                "default": "Alt+L",
                "mac": "Alt+L"
            },
            "description": "Go to the first search result"
        }
    },
    "manifest_version": 2
}  |  |