Where is my tab?
Search in tabs.
O que é Where is my tab??
Where is my tab? é uma extensão do Chrome desenvolvida por Michal Fabry, e sua principal característica é "Search in tabs.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Where is my tab?
Baixe arquivos de extensão Where is my 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
"Where is my tab?" is searching for tabs through all your opened windows. It is looking for keywords in the title and the url. You can assign a keyboard shortcut to the extension for quick access (e.g. Ctrl + Shift + F): - go to chrome://extensions/ - on the bottom of the page, click on "Configure commands" link - assign the keyboard shortcut for "Where is my tab?" extension Where is my tab? has been released under the license GNU GPLv3. Source code is available on https://github.com/furbos/where-is-my-tab
Informações Básicas da Extensão
Nome | Where is my tab? |
ID | bllfmidjjfmafmfoiobkkcjkcddccngp |
URL Oficial | https://chromewebstore.google.com/detail/where-is-my-tab/bllfmidjjfmafmfoiobkkcjkcddccngp |
Descrição | Search in tabs. |
Tamanho do Arquivo | 35.11 KB |
Contagem de Instalações | 67 |
Versão Atual | 1.1 |
Última Atualização | 2013-02-21 |
Data de Publicação | 2013-02-21 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | Michal Fabry |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/furbos/where-is-my-tab |
URL da Página de Ajuda | https://github.com/furbos/where-is-my-tab/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Where is my tab?", "version": "1.1", "manifest_version": 2, "description": "Search in tabs.", "icons": { "16": "media\/icon16.png", "48": "media\/icon48.png", "128": "media\/icon128.png" }, "browser_action": { "default_icon": "media\/icon19.png", "default_title": "Where is my tab?", "default_popup": "popup.html" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |