Stackable - The Tab Sorter

Sorts all your tabs in one click

O que é Stackable - The Tab Sorter?

Stackable - The Tab Sorter é uma extensão do Chrome desenvolvida por scott_the_engineer, e sua principal característica é "Sorts all your tabs in one click".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Stackable - The Tab Sorter

Baixe arquivos de extensão Stackable - The Tab Sorter 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

                        We've all been there were we lose our place in the dozens of open tabs. Now we can sort similar tabs at the click of a button.  

This is an incredibly simple to use extension that belongs in any internet explorer's toolbelt.  

Whether you browse the web for fun or have 15 spreadsheets, docs, or slides open for work, you'll be able to keep track of everything with Stackable - The Tab Sorter

Deployment Notes:
- Migrated to MV3                    

Informações Básicas da Extensão

Nome Stackable - The Tab Sorter Stackable - The Tab Sorter
ID fkndiglbmlamhgnceejpipckjabmhnbi
URL Oficial https://chromewebstore.google.com/detail/stackable-the-tab-sorter/fkndiglbmlamhgnceejpipckjabmhnbi
Descrição Sorts all your tabs in one click
Tamanho do Arquivo 9.27 KB
Contagem de Instalações 104
Versão Atual 1.3.0
Última Atualização 2023-01-26
Data de Publicação 2021-08-02
Classificação 4.50/5 Total de 4 Avaliações
Desenvolvedor scott_the_engineer
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Stackable - The Tab Sorter",
    "description": "Sorts all your tabs in one click",
    "version": "1.3.0",
    "icons": {
        "128": "icon_128.png"
    },
    "action": [],
    "background": {
        "service_worker": ".\/background.js"
    },
    "permissions": [
        "tabs"
    ]
}