Vertically Listed Tabs

Manage your chrome or brave browser tabs vertically!

Co je Vertically Listed Tabs?

Vertically Listed Tabs je rozšíření Chrome vyvinuté https://onlyhumn.org, a jeho hlavní funkcí je „Manage your chrome or brave browser tabs vertically!“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Vertically Listed Tabs

Stáhněte si soubory rozšíření Vertically Listed Tabs ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Vertically Listed Tabs Vertically Listed Tabs
ID inaclhjkfbdmfbdnpgnglcpdiddmacbh
Oficiální URL https://chromewebstore.google.com/detail/vertically-listed-tabs/inaclhjkfbdmfbdnpgnglcpdiddmacbh
Popis Manage your chrome or brave browser tabs vertically!
Velikost souboru 38.36 KB
Počet instalací 507
Aktuální Verze 0.7.8
Poslední Aktualizace 2023-06-06
Datum Vydání 2022-09-15
Hodnocení 4.58/5 Celkem 12 Hodnocení
Vývojář https://onlyhumn.org
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://onlyhumn.org/vertically-listed-tabs/
URL Stránky Nápovědy https://github.com/NorseGaud/vertically-listed-tabs-chromium/issues
Podporované Jazyky 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"
}