Tabqueue

Handles tab activation history with a queue

O que é Tabqueue?

Tabqueue é uma extensão do Chrome desenvolvida por https://appsweets.net, e sua principal característica é "Handles tab activation history with a queue".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Tabqueue

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

                        Tabqueue manages tab activation order, so if you close a tab, the last active tab will be highlighted. This functionality is inspired by Opera 12.

Tabqueue はタブの活性化の順番を管理し、タブを閉じた時に最後に選択したタブをアクティブにします。この機能は Opera 12 に影響を受けています。                    

Informações Básicas da Extensão

Nome Tabqueue Tabqueue
ID pghkhbkcicjcmgobjcgcabpmngbljill
URL Oficial https://chromewebstore.google.com/detail/tabqueue/pghkhbkcicjcmgobjcgcabpmngbljill
Descrição Handles tab activation history with a queue
Tamanho do Arquivo 23.13 KB
Contagem de Instalações 118
Versão Atual 2.1.0
Última Atualização 2023-10-24
Data de Publicação 2016-07-22
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://appsweets.net
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extension_name__",
    "short_name": "__MSG_extension_name__",
    "version": "2.1.0",
    "icons": {
        "128": "icon128.png"
    },
    "description": "__MSG_extension_desc__",
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "homepage_url": "https:\/\/appsweets.net\/",
    "default_locale": "en",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "commands": {
        "pop_history": {
            "suggested_key": "Ctrl+Comma",
            "description": "__MSG_pop_history_desc__"
        }
    }
}