Tab Sorter 2

Enhance your browsing experience, one click at a time

Τι είναι το Tab Sorter 2;

Το Tab Sorter 2 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Miezan, και η κύρια λειτουργία του είναι "Enhance your browsing experience, one click at a time".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Tab Sorter 2

Λήψη αρχείων επέκτασης Tab Sorter 2 σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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 😉!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Tab Sorter 2 Tab Sorter 2
ID lmmmdnmgmgnimgcfbnomdgeldehlfafn
Επίσημο URL https://chromewebstore.google.com/detail/tab-sorter-2/lmmmdnmgmgnimgcfbnomdgeldehlfafn
Περιγραφή Enhance your browsing experience, one click at a time
Μέγεθος Αρχείου 322 KB
Αριθμός Εγκαταστάσεων 1,375
Τρέχουσα Έκδοση 2.3.1
Τελευταία Ενημέρωση 2024-02-19
Ημερομηνία Δημοσίευσης 2020-01-27
Αξιολόγηση 4.28/5 Συνολικά 29 Αξιολογήσεις
Προγραμματιστής Miezan
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://TabSorter2.com
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/Mimieam/TabSorter2
Υποστηριζόμενες Γλώσσες 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"
        }
    }
}