Tab Search

This extension can be used search through your open tabs and switch to it

O que é Tab Search?

Tab Search é uma extensão do Chrome desenvolvida por Kazz Labs, e sua principal característica é "This extension can be used search through your open tabs and switch to it".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Tab Search

Baixe arquivos de extensão 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

                        This extension allows you to sift through your tabs, search them and switch to a particular one. This is extremely useful if you find yourself opening up 100's of tabs everyday.

Let me know what you think. Any feedback is appreciated.

Keyboard shortcut to open the popup - Ctrl + Shift + K (windows) / Command + Shift + K (mac)

Love the app? Donations accepted :) Paypal: [email protected]

Update
------

Version 1.1: Added keyboard support. Scroll through your search using up and down arrow. Choose your tab by hitting enter key.                    

Informações Básicas da Extensão

Nome Tab Search Tab Search
ID okenomppckiglcldganbmjogplekbnjc
URL Oficial https://chromewebstore.google.com/detail/tab-search/okenomppckiglcldganbmjogplekbnjc
Descrição This extension can be used search through your open tabs and switch to it
Tamanho do Arquivo 8.01 KB
Contagem de Instalações 330
Versão Atual 1.1
Última Atualização 2016-04-15
Data de Publicação 2016-04-15
Classificação 4.13/5 Total de 8 Avaliações
Desenvolvedor Kazz Labs
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Search",
    "description": "This extension can be used search through your open tabs and switch to it",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Tab Search",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "windows": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            }
        }
    }
}