Tab Sorter 2

Enhance your browsing experience, one click at a time

O que é Tab Sorter 2?

Tab Sorter 2 é uma extensão do Chrome desenvolvida por Miezan, e sua principal característica é "Enhance your browsing experience, one click at a time".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Tab Sorter 2

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

                        Introducing TabSorter2 - the browser extension designed to revolutionize the way you manage your tabs!
Say goodbye to tab clutter and hello to seamless organization with just one click.

Here's why TabSorter2 is a game-changer:

🅴🅵🅵🅾🆁🆃🅻🅴🆂🆂 🆃🅰🅱 🅼🅰🅽🅰🅶🅴🅼🅴🅽🆃 [FREE]:
• 💫 Quickly sort your tabs by domain and title for easy navigation.
• 🔄 Merge all your windows into one streamlined interface.
• 🎲 Spice things up by shuffling your tabs for a bit of fun!
• 💥 Collapse: Create groups of domains with more than 2 tabs opened [NEW]

🅰🅳🆅🅰🅽🅲🅴🅳 🅵🅴🅰🆃🆄🆁🅴🆂 🅵🅾🆁 🅿🅾🆆🅴🆁 🆄🆂🅴🆁🆂:
• ↔️ Split your window vertically or horizontally to tailor your browsing experience.
• 🏷️ Take control with Domain Uniting, perfect for grouping or isolating tabs from the same domain.
• 🧠 Optimize your memory usage with Memory Optimization, freezing and unloading tabs to save valuable resources.
• 🧹 Say goodbye to clutter with Domain Cleanup, closing all tabs from a specific domain across all windows.
• 🚫 Eliminate duplicates with Tab Deduplication for a cleaner browsing experience.

🅲🅾🅼🅱🅰🆃 🆃🅰🅱 🅰🅳🅳🅸🅲🆃🅸🅾🅽:
• 🎯 Dive into Focus Mode to eliminate distractions and boost productivity with a clear canvas.
• 📚 Easily return to your tabs with Unfocus when you're ready to dive back in.

🅾🆁🅶🅰🅽🅸🆉🅰🆃🅸🅾🅽🅰🅻 🅱🅻🅸🆂🆂 🆆🅸🆃🅷 🆂🆃🅰🅲🅺🅸🅽🅶 🅼🅾🅳🅴:
• 🗂️ Keep your windows neat and clutter-free after a domain split with Stacking Mode.
• ✨ Tidy up: Feeling overwhelmed? In one clean sweep, tidy up your messy tab life 🧹 [FREE - Experimental for 50+ tabs opened]


Why wait any longer? Embrace the essentials for free indefinitely or subscribe to support continuous development and unlock all current and forthcoming features 🙌. Seize control of your browsing journey today with TabSorter2. Your tabs will thank you for it 😉!                    

Informações Básicas da Extensão

Nome Tab Sorter 2 Tab Sorter 2
ID lmmmdnmgmgnimgcfbnomdgeldehlfafn
URL Oficial https://chromewebstore.google.com/detail/tab-sorter-2/lmmmdnmgmgnimgcfbnomdgeldehlfafn
Descrição Enhance your browsing experience, one click at a time
Tamanho do Arquivo 322 KB
Contagem de Instalações 1,375
Versão Atual 2.3.1
Última Atualização 2024-02-19
Data de Publicação 2020-01-27
Classificação 4.28/5 Total de 29 Avaliações
Desenvolvedor Miezan
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://TabSorter2.com
URL da Página de Ajuda https://github.com/Mimieam/TabSorter2
Idiomas Suportados en
manifest.json
{
    "name": "__MSG_appName__",
    "version": "2.3.1",
    "manifest_version": 3,
    "description": "__MSG_appDescription__",
    "offline_enabled": false,
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "bg-sw.js"
    },
    "permissions": [
        "tabs",
        "tabGroups",
        "storage",
        "system.display",
        "alarms"
    ],
    "optional_permissions": [
        "downloads"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/icon-48.png",
                "images\/sleepy.json",
                "images\/snoozy_tab.svg",
                "SpecRunner.html",
                "scripts\/contentScript.js",
                "background.modular.js",
                "bifrost.html",
                "pkg\/hello_ext_bg.wasm",
                "pkg\/hello_ext_bg.js",
                "pkg\/hello_ext.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "DEPRECATED_options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "tabSorter2",
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "https:\/\/publicsuffix.org\/*"
    ],
    "commands": {
        "sort_current": {
            "suggested_key": {
                "default": "Alt+Shift+S",
                "mac": "Alt+Shift+S"
            },
            "description": "Sort current tabs"
        },
        "merge_all": {
            "suggested_key": {
                "default": "Alt+Shift+M",
                "mac": "Alt+Shift+M"
            },
            "description": "Merge all windows"
        },
        "shuffle": {
            "suggested_key": {
                "default": "Alt+Shift+F",
                "mac": "Alt+Shift+F"
            },
            "description": "Shuffle"
        },
        "discard": {
            "suggested_key": {
                "default": "Alt+Shift+D",
                "mac": "Alt+Shift+D"
            },
            "description": "Discard tabs"
        },
        "split_by_domains": {
            "description": "Split by domains"
        },
        "remove_duplicates": {
            "description": "Remove any duplicate urls"
        }
    }
}