SideTab Pro - Vertical Tabs

Vertical tabs for chrome in side panel

SideTab Pro - Vertical Tabsとは何ですか?

SideTab Pro - Vertical Tabsはsaurabhverma39によって開発されたChromeの拡張機能で、その主な機能は「Vertical tabs for chrome in side panel」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

SideTab Pro - Vertical Tabs拡張機能のCRXファイルをダウンロード

SideTab Pro - Vertical Tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 SideTab Pro - Vertical Tabs SideTab Pro - Vertical Tabs
ID fehfojhhnbfbclgpffmffigfgngbpnmj
公式URL https://chromewebstore.google.com/detail/sidetab-pro-vertical-tabs/fehfojhhnbfbclgpffmffigfgngbpnmj
説明 Vertical tabs for chrome in side panel
ファイルサイズ 162 KB
インストール数 4,000
現在のバージョン 2.6
最終更新日 2024-03-02
公開日 2023-07-05
評価 4.59/5 合計 37 レビュー
開発者 saurabhverma39
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.producthunt.com/products/sidetab-pro
対応言語 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"
    }
}