Focus Search Bar
Focus Search Bar extension will focus the search bar element on a website after pressing the keyboard shortcut CTRL + SPACE.
O que é Focus Search Bar?
Focus Search Bar é uma extensão do Chrome desenvolvida por Sey, e sua principal característica é "Focus Search Bar extension will focus the search bar element on a website after pressing the keyboard shortcut CTRL + SPACE.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Focus Search Bar
Baixe arquivos de extensão Focus Search Bar 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
This extention is used to increase productivity of the users by allowing them focus the cursor to the search bar on supported websites like youtube, facebook etc.
Informações Básicas da Extensão
Nome | Focus Search Bar |
ID | abhaecacnlenkgboaadpnbllghjdfiik |
URL Oficial | https://chromewebstore.google.com/detail/focus-search-bar/abhaecacnlenkgboaadpnbllghjdfiik |
Descrição | Focus Search Bar extension will focus the search bar element on a website after pressing the keyboard shortcut CTRL + SPACE. |
Tamanho do Arquivo | 29.8 KB |
Contagem de Instalações | 193 |
Versão Atual | 1.0.7 |
Última Atualização | 2024-02-13 |
Data de Publicação | 2020-10-27 |
Classificação | 4.33/5 Total de 3 Avaliações |
Desenvolvedor | Sey |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Focus Search Bar", "description": "Focus Search Bar extension will focus the search bar element on a website after pressing the keyboard shortcut CTRL + SPACE.", "version": "1.0.7", "short_name": "FSB", "icons": { "16": "img\/icon\/icon16.png", "32": "img\/icon\/icon32.png", "48": "img\/icon\/icon48.png", "128": "img\/icon\/icon128.png" }, "action": { "default_icon": { "16": "img\/icon\/icon16.png", "32": "img\/icon\/icon32.png", "48": "img\/icon\/icon48.png", "128": "img\/icon\/icon128.png" } }, "content_scripts": [ { "run_at": "document_start", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/content.js" ] } ] } |