SideTab Pro - Vertical Tabs

Vertical tabs for chrome in side panel

SideTab Pro - Vertical Tabs là gì?

SideTab Pro - Vertical Tabs là một tiện ích mở rộng Chrome được phát triển bởi saurabhverma39, và tính năng chính của nó là "Vertical tabs for chrome in side panel".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SideTab Pro - Vertical Tabs

Tải xuống các tệp mở rộng SideTab Pro - Vertical Tabs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SideTab Pro - Vertical Tabs SideTab Pro - Vertical Tabs
ID fehfojhhnbfbclgpffmffigfgngbpnmj
URL Chính Thức https://chromewebstore.google.com/detail/sidetab-pro-vertical-tabs/fehfojhhnbfbclgpffmffigfgngbpnmj
Mô tả Vertical tabs for chrome in side panel
Kích Thước Tệp 162 KB
Số Lần Cài Đặt 4,000
Phiên Bản Hiện Tại 2.6
Cập Nhật Lần Cuối 2024-03-02
Ngày Phát Hành 2023-07-05
Đánh Giá 4.59/5 Tổng số 37 Đánh Giá
Nhà Phát Triển saurabhverma39
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.producthunt.com/products/sidetab-pro
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}