SideTab Pro - Vertical Tabs

Vertical tabs for chrome in side panel

Co je SideTab Pro - Vertical Tabs?

SideTab Pro - Vertical Tabs je rozšíření Chrome vyvinuté saurabhverma39, a jeho hlavní funkcí je „Vertical tabs for chrome in side panel“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření SideTab Pro - Vertical Tabs

Stáhněte si soubory rozšíření SideTab Pro - Vertical Tabs ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        What's new:-
* New Settings:
   -  Compact Vs Detailed View
   -  Change Shortcut
   -  Change Sides

Key Features:-
* Vertical Tab Layout in SidePanel
* Tab Group Support
* Intuitive Drag and Drop
* Keyboard Shortcut: Mac:"Command+Shift+P" and PC: "Ctrl+Shift+P". [Override it as per your convenience in chrome extensions settings]
* Auto Grouping on the basis of domain name.
* Picks system theme automatically.
* Left/Right Alignment via Settings > Appearance > Side panel > show on left/right.

Introducing SideTab Pro: The Ultimate Vertical Tab Management Extension for Google Chrome

With SideTab Pro, navigating through your tabs becomes a breeze. No more endless scrolling or searching for lost tabs. Our intuitive drag and drop functionality allows you to effortlessly rearrange tabs, create tab groups, and switch between them seamlessly. Say hello to a clutter-free browsing workflow that maximises your screen space and boosts your productivity.                    

Základní Informace o Rozšíření

Název SideTab Pro - Vertical Tabs SideTab Pro - Vertical Tabs
ID fehfojhhnbfbclgpffmffigfgngbpnmj
Oficiální URL https://chromewebstore.google.com/detail/sidetab-pro-vertical-tabs/fehfojhhnbfbclgpffmffigfgngbpnmj
Popis Vertical tabs for chrome in side panel
Velikost souboru 162 KB
Počet instalací 4,000
Aktuální Verze 2.6
Poslední Aktualizace 2024-03-02
Datum Vydání 2023-07-05
Hodnocení 4.59/5 Celkem 37 Hodnocení
Vývojář saurabhverma39
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.producthunt.com/products/sidetab-pro
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SideTab Pro - Vertical Tabs",
    "description": "Vertical tabs for chrome in side panel",
    "version": "2.6",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "tabGroups",
        "sidePanel",
        "favicon",
        "storage"
    ],
    "side_panel": {
        "default_path": "js\/index.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_title": "Click to open SideTab Pro"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+P",
                "mac": "Command+Shift+P"
            }
        }
    },
    "icons": {
        "128": "sidetab.png"
    }
}