Fast Tab Switch

Switch tabs by selecting the screenshot of a tab.

O que é Fast Tab Switch?

Fast Tab Switch é uma extensão do Chrome desenvolvida por EagerLogic, e sua principal característica é "Switch tabs by selecting the screenshot of a tab.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Fast Tab Switch

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

                        If you are lost in lots of tabs than this extension is for you. Press Alt+T and you can switch tabs choosing its screenshot. It's lot faster than reading the name of the tabs.                    

Informações Básicas da Extensão

Nome Fast Tab Switch Fast Tab Switch
ID nahgoobilmipjlggkihbjjfkajalacje
URL Oficial https://chrome.google.com/webstore/detail/fast-tab-switch/nahgoobilmipjlggkihbjjfkajalacje
Descrição Switch tabs by selecting the screenshot of a tab.
Tamanho do Arquivo 216 KB
Contagem de Instalações 216
Versão Atual 1.1
Última Atualização 2015-04-30
Data de Publicação 2015-04-30
Classificação 4.17/5 Total de 6 Avaliações
Desenvolvedor EagerLogic
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fast Tab Switch",
    "description": "Switch tabs by selecting the screenshot of a tab.",
    "version": "1.1",
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "logo_16.png",
        "32": "logo_32.png",
        "48": "logo_48.png",
        "64": "logo_64.png",
        "128": "logo_128.png"
    },
    "permissions": [
        "",
        "activeTab",
        "tabCapture",
        "tabs"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+T"
            }
        }
    },
    "browser_action": {
        "default_icon": "logo_32.png",
        "default_title": "Fast Tab Switch - Alt+T"
    }
}