Vertically Listed Tabs

Manage your chrome or brave browser tabs vertically!

¿Qué es Vertically Listed Tabs?

Vertically Listed Tabs es una extensión de Chrome desarrollada por https://onlyhumn.org, y su función principal es "Manage your chrome or brave browser tabs vertically!".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Vertically Listed Tabs

Descarga archivos de extensión Vertically Listed Tabs en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Vertically Listed Tabs Vertically Listed Tabs
ID inaclhjkfbdmfbdnpgnglcpdiddmacbh
URL Oficial https://chromewebstore.google.com/detail/vertically-listed-tabs/inaclhjkfbdmfbdnpgnglcpdiddmacbh
Descripción Manage your chrome or brave browser tabs vertically!
Tamaño del Archivo 38.36 KB
Cantidad de Instalaciones 507
Versión Actual 0.7.8
Última Actualización 2023-06-06
Fecha de Publicación 2022-09-15
Calificación 4.58/5 Total de 12 Calificaciones
Desarrollador https://onlyhumn.org
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://onlyhumn.org/vertically-listed-tabs/
URL de la Página de Ayuda https://github.com/NorseGaud/vertically-listed-tabs-chromium/issues
Idiomas Soportados 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"
}