I'm Feeling Lucky
Use I'm feeling lucky right from the Omnibox or from highlighted text
Что такое I'm Feeling Lucky?
I'm Feeling Lucky - это расширение Chrome, разработанное johnsylvain, и его основная функция - "Use I'm feeling lucky right from the Omnibox or from highlighted text".
Снимки экрана расширения
Скачать файл CRX расширения I'm Feeling Lucky
Скачайте файлы расширений I'm Feeling Lucky в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Use Google's I'm feeling lucky feature in the Omnibox and by the highlighted text on your page!
Omnibox:
- Type '\' and hit Tab
- Enter your query and hit enter!
By cursor selection:
- Highlight the text on the page you wish to search for
- Right click and select I'm feeling lucky! Основная информация о расширении
| Название | |
| ID | nibhmcokabkgmcgifpepmohpnfchpgda |
| Официальный URL | https://chromewebstore.google.com/detail/im-feeling-lucky/nibhmcokabkgmcgifpepmohpnfchpgda |
| Описание | Use I'm feeling lucky right from the Omnibox or from highlighted text |
| Размер файла | 53.15 KB |
| Количество установок | 1,037 |
| Текущая Версия | 0.0.2 |
| Последнее Обновление | 2017-05-04 |
| Дата публикации | 2017-05-04 |
| Разработчик | johnsylvain |
| Тип оплаты | free |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "I'm Feeling Lucky",
"description": "Use I'm feeling lucky right from the Omnibox or from highlighted text",
"version": "0.0.2",
"author": "[email protected]",
"omnibox": {
"keyword": "\\"
},
"icons": {
"48": "icons\/icon48.png",
"98": "icons\/icon98.png",
"172": "icons\/icon172.png"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"activeTab",
"tabs",
"contextMenus"
]
} | |