BurstTab

BurstTab is a fuzzy finder for chrome tabs.

O que é BurstTab?

BurstTab é uma extensão do Chrome desenvolvida por Samarth Wahal, e sua principal característica é "BurstTab is a fuzzy finder for chrome tabs.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão BurstTab

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

                        BurstTab is a fuzzy tab finder for the chrome browser.

Features:
    - Type text to filter and sort the tabs by best match.
    - Switch to tab using mouse or keyboard.
    - Close any tab using mouse or keyboard.


Shortcuts:
    - Ctrl+Shift+L activates the extension.
    - Ctrl+Shift+; closes the selected tab.                    

Informações Básicas da Extensão

Nome BurstTab BurstTab
ID adhclekhkhclgbecfnoeedngokjggigm
URL Oficial https://chromewebstore.google.com/detail/bursttab/adhclekhkhclgbecfnoeedngokjggigm
Descrição BurstTab is a fuzzy finder for chrome tabs.
Tamanho do Arquivo 92.5 KB
Contagem de Instalações 29
Versão Atual 0.0.3
Última Atualização 2015-02-20
Data de Publicação 2015-02-20
Classificação 4.75/5 Total de 4 Avaliações
Desenvolvedor Samarth Wahal
Tipo de Pagamento free
Site da Extensão https://github.com/LordZamy/BurstTab
URL da Página de Ajuda https://github.com/LordZamy/BurstTab
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BurstTab",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "BurstTab is a fuzzy finder for chrome tabs.",
    "homepage_url": "https:\/\/github.com\/LordZamy\/BurstTab",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "BurstTab",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "chrome:\/\/favicon\/",
        "tabs"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "windows": "Ctrl+Shift+L",
                "mac": "Command+Shift+L",
                "chromeos": "Ctrl+Shift+L",
                "linux": "Ctrl+Shift+L"
            }
        }
    }
}