SideTab Pro - Vertical Tabs

Vertical tabs for chrome in side panel

Cos'è SideTab Pro - Vertical Tabs?

SideTab Pro - Vertical Tabs è un'estensione di Chrome sviluppata da saurabhverma39, e la sua funzione principale è "Vertical tabs for chrome in side panel".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione SideTab Pro - Vertical Tabs

Scarica i file di estensione SideTab Pro - Vertical Tabs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome SideTab Pro - Vertical Tabs SideTab Pro - Vertical Tabs
ID fehfojhhnbfbclgpffmffigfgngbpnmj
URL Ufficiale https://chromewebstore.google.com/detail/sidetab-pro-vertical-tabs/fehfojhhnbfbclgpffmffigfgngbpnmj
Descrizione Vertical tabs for chrome in side panel
Dimensione del File 162 KB
Conteggio Installazioni 4,000
Versione Corrente 2.6
Ultimo Aggiornamento 2024-03-02
Data di Pubblicazione 2023-07-05
Valutazione 4.59/5 Totale 37 Valutazioni
Sviluppatore saurabhverma39
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.producthunt.com/products/sidetab-pro
Lingue Supportate 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"
    }
}