Thready - Vertical Tabs
Vertical tabs for Chrome
Thready - Vertical Tabs란 무엇입니까?
Thready - Vertical Tabs은(는) baba에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Vertical tabs for Chrome"입니다.
확장 프로그램 스크린샷
Thready - Vertical Tabs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
An Extension to show chrome tabs vertically in the side panel. Features: * Double click to pin/unpin * Middel click to close * Mute mode support * Dark mode support * Tab pinner support * Drag to sort * Type in search box to filter tabs * Click "+" to open empty page * Shortcut CMD + B (Macos) and Ctrl + B (Windows). Tips: * Side Panel appearance (left or right side) -> chrome://settings/appearance * Custom shortcut key -> chrome://extensions/shortcuts. Coming soon: * Tab groups support CHANGE LOG: - 0.1.32 * new mouse actions - 0.1.30 * tab drag and drop - 0.1.27 * search tab - 0.1.24 * better favicon - 0.1.23 * tab pinner support - 0.1.17 * improve dark mode theme * add default shortcut key (CMD + B / CTRL + B)
확장 프로그램 기본 정보
이름 | Thready - Vertical Tabs |
ID | aihcofnnndflfjbmlekiegncnahgmaik |
공식 URL | https://chromewebstore.google.com/detail/thready-vertical-tabs/aihcofnnndflfjbmlekiegncnahgmaik |
설명 | Vertical tabs for Chrome |
파일 크기 | 202 KB |
설치 횟수 | 547 |
현재 버전 | 0.1.32 |
최근 업데이트 | 2023-07-26 |
출시 날짜 | 2023-06-18 |
평점 | 3.29/5 총 7 개의 평점 |
개발자 | baba |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Thready - Vertical Tabs", "description": "Vertical tabs for Chrome", "version": "0.1.32", "background": { "service_worker": "sw.js" }, "action": { "default_icon": { "16": "\/images\/tt16.png", "32": "\/images\/tt32.png", "48": "\/images\/tt48.png", "128": "\/images\/tt128.png" } }, "icons": { "16": "\/images\/tt16.png", "32": "\/images\/tt32.png", "48": "\/images\/tt48.png", "128": "\/images\/tt128.png" }, "side_panel": { "default_path": "side_panel.html" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+B", "mac": "Command+B" }, "description": "Toggle side panel" } }, "permissions": [ "tabs", "sidePanel", "favicon" ] } |