Search with Slash (/)

Use your keyboard's slash (/) key to focus on websites' search boxes

Что такое Search with Slash (/)?

Search with Slash (/) - это расширение Chrome, разработанное akshansh2000, и его основная функция - "Use your keyboard's slash (/) key to focus on websites' search boxes".

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

screenshot

Скачать файл CRX расширения Search with Slash (/)

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

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

                        Not a fan of leaving the keyboard?
Too lazy to reach for the mouse everytime you need to perform a search?

This extension might just be for you!

No more scrolling to navigate to the search bar; just press slash (/), and let us find it for you!

No configuration needed; just add the extension, navigate to any site, and get started.                    

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

Название Search with Slash (/) Search with Slash (/)
ID imgclanpfajggmpcphfiniheabackhcm
Официальный URL https://chromewebstore.google.com/detail/search-with-slash/imgclanpfajggmpcphfiniheabackhcm
Описание Use your keyboard's slash (/) key to focus on websites' search boxes
Размер файла 35.77 KB
Количество установок 18
Текущая Версия 0.2
Последнее Обновление 2020-08-27
Дата публикации 2020-08-18
Рейтинг 5.00/5 Всего 5 оценок
Разработчик akshansh2000
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/akshansh2000/flash
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search with Slash (\/)",
    "description": "Use your keyboard's slash (\/) key to focus on websites' search boxes",
    "manifest_version": 2,
    "version": "0.2",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "input"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}