Vertical Tabs
A chrome extension that presents your tabs vertically. News: - Tab preview support is here! - Dark theme support is here!…
Vertical Tabs란 무엇입니까?
Vertical Tabs은(는) Michael에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A chrome extension that presents your tabs vertically. News: - Tab preview support is here! - Dark theme support is here!…"입니다.
확장 프로그램 스크린샷
Vertical Tabs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A chrome extension that presents your tabs vertically. News: - Tab preview support is here! - Dark theme support is here! Features include: - Dark theme. - Display tabs vertically in a sidebar on web pages. - Tabs are displayed with the same style as Google Chrome. - Drag and drop to reorder tabs. - Mute tabs. - Search and filter tabs in the sidebar. - Toggle the sidebar by clicking on the extension icon. - Toggle the sidebar using the keyboard shortcut: Cmd + E (Ctrl + E on PC)(Using keyboard shortcuts are recommended once you formed the corresponding muscle memory) - The sidebar is resizable. - Auto show/hide sidebar. - The sidebar can be placed on either the left or the right side of the window. New! More features to come! Such as tree styled tabs! Stay tuned! Some known problems: - Vertical Tabs only works on regular html pages (which is 99% of the time). However, it doesn't work on your Newtab page, chrome web store pages, or PDF pages. Unfortunately that's the way it works in chrome, and there's no known way to get around it currently. - It works by injecting an iframe into a webpage. Therefore, zooming in/out on the page will cause the vertical tabs to become large/small. There's no way to get around this. - Please refresh the page after a version update. For example, when you find that the toggling functionality gave up working, it's most probably I updated the version, and refreshing the web pages (using Cmd + R / Ctrl + R) should fix it. Thank you! Built with React, Webpack, and love by @lxieyang.
확장 프로그램 기본 정보
이름 | Vertical Tabs |
ID | pddljdmihkpdfpkgmbhdomeeifpklgnm |
공식 URL | https://chromewebstore.google.com/detail/vertical-tabs/pddljdmihkpdfpkgmbhdomeeifpklgnm |
설명 | A chrome extension that presents your tabs vertically. News: - Tab preview support is here! - Dark theme support is here!… |
파일 크기 | 376 KB |
설치 횟수 | 36,940 |
현재 버전 | 2.0.4 |
최근 업데이트 | 2024-01-13 |
출시 날짜 | 2020-04-05 |
평점 | 2.99/5 총 154 개의 평점 |
개발자 | Michael |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/lxieyang/vertical-tabs-chrome-extension |
도움말 페이지 URL | https://github.com/lxieyang/vertical-tabs-chrome-extension |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.4", "name": "Vertical Tabs", "background": { "page": "background.html" }, "browser_action": [], "permissions": [ "chrome:\/\/favicon\/", "tabs", "activeTab", "storage" ], "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ " |