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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}