tabVertikal - vertical tabs

Lightweight vertical tabs in side panel. tabGroups supported. Custom themes

tabVertikal - vertical tabs란 무엇입니까?

tabVertikal - vertical tabs은(는) https://tabrail.site에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lightweight vertical tabs in side panel. tabGroups supported. Custom themes"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

tabVertikal - vertical tabs 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        📢 Lightweight  vertical tabs in side panel with tabgroups support

📌 Why you should consider this:
✪ Set window's title and edit tab's title.
✪ Fuzzy search
✪  Native  chrome tabgroups support
✪ Dark mode and dozens of themes.
✪ Pure & clean code that powers fastest performance.
✪ No third-party library used.
✪ Negligible memory consumption (consume 400% less memory than new tab).
✪ No tracking.

📌 == FEATURES ==
✅ Long-waited vertical tabs in side panel
Vertical tabs like edge browser

✅ Handy Drag and Drop ui

✅  Supercharge native tabgroups
Create a group of selected tabs in one click.

Three Ways to Open the Extension Sidebar:
1. Click the Extension icon. You need to "Pin" the extension to the browser toolbar.
2. Use shortcut keys. Please set it at "chrome://extensions/shortcuts" by yourself, the default is Ctrl+Shift+V .
3. Click the browser sidebar icon and switch to this extension.

Set the position of the sidebar: left or right:
Browser Settings → Appearance → Side panel

⚠️ This extension still in beta. Expect minor bugs. If you find some bug or want new feature, please mail us:                     

확장 프로그램 기본 정보

이름 tabVertikal - vertical tabs tabVertikal - vertical tabs
ID aahjeignibghcnabifeoclpebaleldkj
공식 URL https://chromewebstore.google.com/detail/tabvertikal-vertical-tabs/aahjeignibghcnabifeoclpebaleldkj
설명 Lightweight vertical tabs in side panel. tabGroups supported. Custom themes
파일 크기 44.88 KB
설치 횟수 897
현재 버전 0.2.0
최근 업데이트 2023-08-02
출시 날짜 2023-06-07
평점 4.46/5 총 13 개의 평점
개발자 https://tabrail.site
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://tabvertikal.tabrail.site
개인정보 보호 정책 페이지 URL http://tabrail.site/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "114",
    "offline_enabled": true,
    "name": "tabVertikal - vertical tabs",
    "short_name": "tabVertikal",
    "description": "Lightweight vertical tabs in side panel. tabGroups supported. Custom themes",
    "version": "0.2.0",
    "author": "TabRail",
    "homepage_url": "https:\/\/tabVertikal.tabrail.io\/",
    "icons": {
        "128": "icon_128.png",
        "16": "icon.png"
    },
    "action": {
        "default_title": "Open Vertical tabs"
    },
    "side_panel": {
        "default_path": "panel\/index.html"
    },
    "options_page": "options\/index.html",
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+V",
                "windows": "Ctrl+Shift+V",
                "mac": "Ctrl+Shift+V",
                "linux": "Ctrl+Shift+V"
            }
        },
        "duplicateTab": {
            "suggested_key": {
                "default": "Alt+C"
            },
            "description": "Duplicate current tab"
        }
    },
    "permissions": [
        "sidePanel",
        "tabs",
        "tabGroups",
        "storage",
        "contextMenus"
    ]
}