Web Keyboard Navigator
This extension that provide the keyboard navigator in Google, Naver Search
Что такое Web Keyboard Navigator?
Web Keyboard Navigator - это расширение Chrome, разработанное [email protected], и его основная функция - "This extension that provide the keyboard navigator in Google, Naver Search".
Снимки экрана расширения
Скачать файл CRX расширения Web Keyboard Navigator
Скачайте файлы расширений Web Keyboard Navigator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Chrome extension that provide the keyboard navigator in Google Search
1. Search by Google
2. Press '/' for (* Naver : Press 'ESC')
* Press '/' again
3. Press 'ArrowDown' => next result
Press 'ArrowUp' => Prev result
Press 'ArrowRight' => next page
Press 'ArrowLeft' => Prev Page
https://github.com/bluemirr5/google-search-keyboard-navigator Основная информация о расширении
| Название | |
| ID | bkhfbkdobdpeffmajhomapocnphaehgp |
| Официальный URL | https://chromewebstore.google.com/detail/web-keyboard-navigator/bkhfbkdobdpeffmajhomapocnphaehgp |
| Описание | This extension that provide the keyboard navigator in Google, Naver Search |
| Размер файла | 184 KB |
| Количество установок | 525 |
| Текущая Версия | 1.0.7 |
| Последнее Обновление | 2017-11-15 |
| Дата публикации | 2017-11-15 |
| Рейтинг | 4.75/5 Всего 4 оценок |
| Разработчик | [email protected] |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/bluemirr5/google-search-keyboard-navigator |
| URL страницы помощи | https://github.com/bluemirr5/google-search-keyboard-navigator/issues |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Web Keyboard Navigator",
"version": "1.0.7",
"description": "This extension that provide the keyboard navigator in Google, Naver Search",
"icons": {
"128": "icon.png"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*",
"activeTab"
],
"browser_action": {
"icon": "inactive.png",
"default_title": "This page is Not Search Page"
},
"manifest_version": 2
} | |