Background Tab Search
Quickly do a search that opens results in a background tab!! Bind to a hotkey for even more usefulness
O que é Background Tab Search?
Background Tab Search é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Quickly do a search that opens results in a background tab!! Bind to a hotkey for even more usefulness".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Background Tab Search
Baixe arquivos de extensão Background Tab Search 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
Have you ever been doing some online research and you realize the article you're reading just brings up more questions? Isn't it annoying to have to switch tabs/windows to do a search, then switch back to the original tab to finish reading before moving on to the new topic? Background Tab Search lets you open a tiny pop-up, do a search, and have the results show up in a background tab! Read away!
Informações Básicas da Extensão
Nome | Background Tab Search |
ID | gklomnnnnjcapcllpfopcljbjmbkngpl |
URL Oficial | https://chromewebstore.google.com/detail/background-tab-search/gklomnnnnjcapcllpfopcljbjmbkngpl |
Descrição | Quickly do a search that opens results in a background tab!! Bind to a hotkey for even more usefulness |
Tamanho do Arquivo | 51.17 KB |
Contagem de Instalações | 22 |
Versão Atual | 0.0.1 |
Última Atualização | 2016-03-13 |
Data de Publicação | 2016-03-13 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Site da Extensão | http://www.bearwavetech.com |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Background Tab Search", "version": "0.0.1", "description": "Quickly do a search that opens results in a background tab!! Bind to a hotkey for even more usefulness", "author": "BearWaveTech", "homepage_url": "http:\/\/www.bearwavetech.com", "icons": { "128": "icon-120x120.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-toolbar.png" }, "permissions": [], "offline_enabled": false } |