Vertically Listed Tabs
Manage your chrome or brave browser tabs vertically!
Vertically Listed Tabs là gì?
Vertically Listed Tabs là một tiện ích mở rộng Chrome được phát triển bởi https://onlyhumn.org, và tính năng chính của nó là "Manage your chrome or brave browser tabs vertically!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Vertically Listed Tabs
Tải xuống các tệp mở rộng Vertically Listed Tabs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Before you begin... • Outside of Chrome, Brave, and Edge, I cannot guarantee this will work. Please DO NOT review the extension unless you are using Chrome or Brave browsers. Other browsers that supposedly support chrome extensions can be added if you submit a GitHub issue or by emailing [email protected]. • Please submit a support request (by email, Github issue, or through the Chrome Web Store support feature) before providing a less than 5 star review. I will immediately fix whatever it is that prevents you from using the extension so that you can provide a 5 star review. Thanks! ============ = The Problem Lots of horizontal tabs at the top of the browser pile up and become tiny. If they have the same favicon, or even with similar site titles, they become painful to search through quickly. This is a massive time waster! ============ = Our Solution We open and attach a panel ("VLT") window to the left of your normal browser window and inside of it vertically list tabs, groups, etc. This should allow for large number of tabs to be visible at once and maintain the width of tab titles, increasing visual scanning and targeting speed for a specific tab. ============== = Getting Started 1. Install the extension. 2. Click the puzzle piece button in the top right of the browser, exposing the available extensions. 3. Pin the Vertically Listed Tabs extension, which exposes its icon right next to the puzzle piece at the top right. 4. Click on the VLT button (the one next to the puzzle piece). Note: If it's a maximized/fullscreen window, we will downsize the window so the VLT panel can be attached to the left side. 5. In the list, hover over the tab's icon (the small image on the left) to expose the toolbar, allowing closing, grouping, pinning, etc. ============== = Features • The VLT window with vertical tabs opens and sits on the left of your browser window and, if you resize it, will automatically adjust. Note: Windows 10/11/etc has an invisible border around browser windows and will look different from macOS and the screenshots I take. • Right click the extension icon and open Options, allowing you to control Background Color, Default Width, etc. • Click tabs to focus them in the main window. • Click, hold for 1 second, and then drag tabs to reorganize. • Hover over the icon for the tab on the left side to expose a toolbar, including features like Tab Close, Group, Pin, and Pause. • Groups are color coated! • Group collapsing and bulk pausing or closing. • Rename group titles from the VLT window. • Detach the VLT window from the main window and move it to a different monitor. • Support for Windows "snap" and MacOS "tile" features, allowing VLT to be shown along side of a full screened Window. Example image: https://i.imgur.com/Nwg2h6z.png • Unfocusing on the browser to use another app, and then clicking on either the VLT or primary window will bring both the VLT and primary window to front. ============= = Release Notes 0.7.8: Fixed an issue preventing closing groups with more than 2 tabs inside. 0.7.7: https://phosphoricons.com/ for icons + bug fix for ungrouping a tab when editing a title. 0.7.5: Various stability fixes + major bug fixed for collapsed groups and tab movement. 0.7.4: Pinned tabs can now be dragged amongst themselves. 0.7.3: Bug fix: Pause button shows when collapsed https://github.com/ONLYHUMN/vertically-listed-tabs-chromium/issues/15 0.7.2: major rewrite to fix many tag/group dragging bugs. 0.7.1: Fixed some problems with display targeting with maximized mode + added hover tooltips to buttons on toolbar and group row. 0.7.0: Fixed windows bugs. Now if in maximized mode, we'll bring the user out so we can open the VLT. Added Collapse group and close group icons + added some fontawesome icons. ============ = Development The project tracker showing all current pending or in process dev items can be found at https://github.com/users/NorseGaud/projects/1/views/1 This software is provided by ONLYHUMN.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Vertically Listed Tabs |
ID | inaclhjkfbdmfbdnpgnglcpdiddmacbh |
URL Chính Thức | https://chromewebstore.google.com/detail/vertically-listed-tabs/inaclhjkfbdmfbdnpgnglcpdiddmacbh |
Mô tả | Manage your chrome or brave browser tabs vertically! |
Kích Thước Tệp | 38.36 KB |
Số Lần Cài Đặt | 507 |
Phiên Bản Hiện Tại | 0.7.8 |
Cập Nhật Lần Cuối | 2023-06-06 |
Ngày Phát Hành | 2022-09-15 |
Đánh Giá | 4.58/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | https://onlyhumn.org |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://onlyhumn.org/vertically-listed-tabs/ |
URL Trang Trợ Giúp | https://github.com/NorseGaud/vertically-listed-tabs-chromium/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vertically Listed Tabs", "description": "Manage your chrome or brave browser tabs vertically!", "version": "0.7.8", "manifest_version": 3, "permissions": [ "tabs", "tabGroups", "favicon", "storage", "system.display" ], "action": { "default_title": "Open the VLT panel window." }, "background": { "service_worker": "background.js", "type": "module" }, "icons": { "48": "img\/vlticon-48x48.png", "128": "img\/vlticon-128x128.png" }, "options_page": "options\/options.html" } |