Search with Slash (/)

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

Co to jest Search with Slash (/)?

Search with Slash (/) to rozszerzenie Chrome opracowane przez akshansh2000, a jego główną funkcją jest „Use your keyboard's slash (/) key to focus on websites' search boxes”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Search with Slash (/)

Pobierz pliki rozszerzeń Search with Slash (/) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Search with Slash (/) Search with Slash (/)
ID imgclanpfajggmpcphfiniheabackhcm
Oficjalny URL https://chromewebstore.google.com/detail/search-with-slash/imgclanpfajggmpcphfiniheabackhcm
Opis Use your keyboard's slash (/) key to focus on websites' search boxes
Rozmiar pliku 35.77 KB
Liczba instalacji 18
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2020-08-27
Data Publikacji 2020-08-18
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper akshansh2000
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/akshansh2000/flash
Obsługiwane Języki 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"
        }
    ]
}