Vertically Listed Tabs

Manage your chrome or brave browser tabs vertically!

什么是Vertically Listed Tabs?

Vertically Listed Tabs是由https://onlyhumn.org开发的Chrome扩展程序,该扩展的主要功能是“Manage your chrome or brave browser tabs vertically!”。

扩展截图

screenshot
screenshot

下载Vertically Listed Tabs扩展crx文件

下载Vertically Listed Tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Vertically Listed Tabs Vertically Listed Tabs
ID inaclhjkfbdmfbdnpgnglcpdiddmacbh
官方URL https://chromewebstore.google.com/detail/vertically-listed-tabs/inaclhjkfbdmfbdnpgnglcpdiddmacbh
简介 Manage your chrome or brave browser tabs vertically!
文件大小 38.36 KB
安装次数 507
当前版本 0.7.8
更新时间 2023-06-06
上架时间 2022-09-15
评分 4.58/5 共12次评分
开发者 https://onlyhumn.org
电子邮箱 [email protected]
付费类型 free
扩展官网 https://onlyhumn.org/vertically-listed-tabs/
帮助页面URL https://github.com/NorseGaud/vertically-listed-tabs-chromium/issues
支持的语言 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"
}