Search with Slash (/)

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

O que é Search with Slash (/)?

Search with Slash (/) é uma extensão do Chrome desenvolvida por akshansh2000, e sua principal característica é "Use your keyboard's slash (/) key to focus on websites' search boxes".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Search with Slash (/)

Baixe arquivos de extensão Search with Slash (/) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Search with Slash (/) Search with Slash (/)
ID imgclanpfajggmpcphfiniheabackhcm
URL Oficial https://chromewebstore.google.com/detail/search-with-slash/imgclanpfajggmpcphfiniheabackhcm
Descrição Use your keyboard's slash (/) key to focus on websites' search boxes
Tamanho do Arquivo 35.77 KB
Contagem de Instalações 18
Versão Atual 0.2
Última Atualização 2020-08-27
Data de Publicação 2020-08-18
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor akshansh2000
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/akshansh2000/flash
Idiomas Suportados 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"
        }
    ]
}