Search with Slash (/)

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

Co je Search with Slash (/)?

Search with Slash (/) je rozšíření Chrome vyvinuté akshansh2000, a jeho hlavní funkcí je „Use your keyboard's slash (/) key to focus on websites' search boxes“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Search with Slash (/)

Stáhněte si soubory rozšíření Search with Slash (/) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Search with Slash (/) Search with Slash (/)
ID imgclanpfajggmpcphfiniheabackhcm
Oficiální URL https://chromewebstore.google.com/detail/search-with-slash/imgclanpfajggmpcphfiniheabackhcm
Popis Use your keyboard's slash (/) key to focus on websites' search boxes
Velikost souboru 35.77 KB
Počet instalací 18
Aktuální Verze 0.2
Poslední Aktualizace 2020-08-27
Datum Vydání 2020-08-18
Hodnocení 5.00/5 Celkem 5 Hodnocení
Vývojář akshansh2000
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/akshansh2000/flash
Podporované Jazyky 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"
        }
    ]
}