List All Tabs

show a list of all open tabs

O que é List All Tabs?

List All Tabs é uma extensão do Chrome desenvolvida por lior99apps, e sua principal característica é "show a list of all open tabs".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão List All Tabs

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

                        Display all open tabs as a list, allowing easy switching, closing and muting/unmuting

Changelog:
https://github.com/lior99/see-all-tabs/blob/master/CHANGELOG.MD

Github Repo: https://github.com/lior99/see-all-tabs                    

Informações Básicas da Extensão

Nome List All Tabs List All Tabs
ID iklkoalaepbjckknpnklbipmplnipcid
URL Oficial https://chromewebstore.google.com/detail/list-all-tabs/iklkoalaepbjckknpnklbipmplnipcid
Descrição show a list of all open tabs
Tamanho do Arquivo 994 KB
Contagem de Instalações 3,376
Versão Atual 4.0.2
Última Atualização 2021-03-05
Data de Publicação 2019-09-14
Classificação 4.50/5 Total de 16 Avaliações
Desenvolvedor lior99apps
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/lior99/see-all-tabs
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "List All Tabs",
    "version": "4.0.2",
    "description": "show a list of all open tabs",
    "short_name": "List All Tabs",
    "author": "Lior Shtivelman",
    "permissions": [
        "tabs",
        "storage",
        "tabGroups"
    ],
    "options_page": "options.html",
    "action": {
        "default_icon": "images\/dark_version.png",
        "default_popup": "index.html"
    },
    "icons": {
        "128": "icon_128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+U",
                "linux": "Ctrl+Shift+U",
                "windows": "Alt+Shift+U",
                "mac": "Ctrl+Shift+U"
            }
        }
    }
}