Search in background tab
Opens the "Search google for" search in a background tab.
O que é Search in background tab?
Search in background tab é uma extensão do Chrome desenvolvida por Pitmairen, e sua principal característica é "Opens the "Search google for" search in a background tab.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Search in background tab
Baixe arquivos de extensão Search in background tab 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 extension makes the new tab, that are opened by "Search google for" , open in the background instead of the foreground. It should now work for latest versions of Chrome. ### Important ### If it doesn't work. Go to the options page and follow the instructions. Make sure you have updated to version 0.0.7. You find the options page at this url: chrome-extension://fikfhablannhlgejpiklhbkonjkakodf/options.html ############ Changelog: 0.0.7: - Update to manifest version 3 - Fix to make the extension work with the latest version of Chrome. 0.0.6: -Update to manifest version 2 -Small change to default regexp 0.0.5: -fix gcx for parameter
Informações Básicas da Extensão
Nome | Search in background tab |
ID | fikfhablannhlgejpiklhbkonjkakodf |
URL Oficial | https://chromewebstore.google.com/detail/search-in-background-tab/fikfhablannhlgejpiklhbkonjkakodf |
Descrição | Opens the "Search google for" search in a background tab. |
Tamanho do Arquivo | 10.44 KB |
Contagem de Instalações | 674 |
Versão Atual | 0.0.7 |
Última Atualização | 2023-12-24 |
Data de Publicação | 2013-03-03 |
Classificação | 4.11/5 Total de 64 Avaliações |
Desenvolvedor | Pitmairen |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/Pitmairen/search-in-background-tab |
URL da Página de Ajuda | https://github.com/Pitmairen/search-in-background-tab/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search in background tab", "version": "0.0.7", "manifest_version": 3, "description": "Opens the \"Search google for\" search in a background tab.", "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "storage" ], "background": { "service_worker": "service_worker.js", "type": "module" }, "options_page": "options.html" } |