Vertical Tabs
Vertical tab manager
Vertical Tabs란 무엇입니까?
Vertical Tabs은(는) https://samihaddad.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Vertical tab manager"입니다.
확장 프로그램 스크린샷
Vertical Tabs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
💡 How to Get Started: Activate Vertical Tabs with just a click on the extension icon. Pin it for quick access and utilize the shortcut Alt+B (modify from chrome://extensions/shortcuts). 🚀 Discover a new dimension of tab management with Vertical Tabs, a Chrome extension aiming to enhance your browsing experience. 🎯 Effortless Tab Management: Vertical Tabs elegantly organizes your tabs and groups them seamlessly within Chrome's side panel, simplifying your browsing experience. 🌟 Seamless Integration: Crafted specifically for Chrome, Vertical Tabs seamlessly integrates, becoming an intuitive extension of your browsing experience. 🔍 Swift Tab Access and Search: Navigate your tabs effortlessly and find what you need quickly with the intuitive search functionality. Say goodbye to tab-hunting chaos! 🔄 Intuitive Tab Reordering: Drag and drop tabs with ease, effortlessly rearranging them to match your workflow and priorities. Take control of your browsing experience like never before. 🌘 Dark Mode: Dark Mode intelligently aligns with your system theme, ensuring a comfortable browsing experience without any manual adjustments. 📍 Change Position: Personalize your browsing setup by choosing to position Vertical Tabs on either the left or right side of your screen. Simply head to Chrome Settings > Appearance > Side Panel and make it your own. 🛡️ Privacy-First Approach: Your tab information stays private, no tab data is sent to any servers. Enjoy organized tabs while keeping your data secure. Get ready to streamline your browsing, boost productivity, and enjoy a visually stunning interface with Vertical Tabs. Download now and discover the future of tab management!
확장 프로그램 기본 정보
이름 | Vertical Tabs |
ID | efobhjmgoddhfdhaflheioeagkcknoji |
공식 URL | https://chromewebstore.google.com/detail/vertical-tabs/efobhjmgoddhfdhaflheioeagkcknoji |
설명 | Vertical tab manager |
파일 크기 | 875 KB |
설치 횟수 | 11,453 |
현재 버전 | 2.1.17 |
최근 업데이트 | 2024-01-28 |
출시 날짜 | 2020-08-31 |
평점 | 4.02/5 총 81 개의 평점 |
개발자 | https://samihaddad.dev |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/samihaddad/vertical-tabs-chrome-extension/issues |
도움말 페이지 URL | https://github.com/samihaddad/vertical-tabs-chrome-extension/issues |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Vertical Tabs", "description": "Vertical tab manager", "version": "2.1.17", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "permissions": [ "sidePanel", "tabs", "tabGroups", "storage", "favicon", "contextMenus" ], "side_panel": { "default_path": "index.html" }, "action": { "default_title": "Vertical Tabs", "default_icon": { "19": "assets\/icons\/19.png", "38": "assets\/icons\/38.png" } }, "icons": { "16": "assets\/icons\/16.png", "48": "assets\/icons\/48.png", "128": "assets\/icons\/128.png" }, "commands": { "_execute_action": { "suggested_key": { "default": "Alt+B" } } } } |