Tab Shelf - Side panel vertical tabs

Vertical tab management from your side panel with support for tab groups, multiple windows, and much more.

Hvad er Tab Shelf - Side panel vertical tabs?

Tab Shelf - Side panel vertical tabs er en Chrome-udvidelse udviklet af https://tabshelf.clarencesiew.com, og dens hovedfunktion er "Vertical tab management from your side panel with support for tab groups, multiple windows, and much more.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Tab Shelf - Side panel vertical tabs-udvidelses-CRX-fil

Download Tab Shelf - Side panel vertical tabs-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Tab Shelf brings vertical tabs to Chrome via the side panel.

It also includes a variety of tab management features such as selecting tabs to sleep, filtering by tab group and window, moving tabs between tab groups and windows, and editing tab group metadata.

Tab Shelf’s minimalist design and simple user experience make it feel like an integral part of your Chrome browser.

=======================
KEY FEATURES
=======================

* View, navigate, and manage your tabs, tab groups, and windows from the side panel.
* Use one of 20 colors to make your tab groups standup (compared to the default 9 in the tab bar).
* Filter tabs by windows, your own tab groups, pinned tabs, playing audio, or hostname.
* Search for tabs.
* Quickly create tab groups or move tabs between groups or windows from a selection of tabs (or by dragging and dropping).
* Sleep multiple tabs at one go to save memory.
* Copy multiple tab URLs to your clipboard.
* Supports light and dark mode switching. It also includes options for 20 different accent colors to better match your Chrome theme.

=======================
USAGE
=======================

You can launch Tab Shelf in a number of ways:
1. Opening the Chrome side panel via the toolbar button (on the right-hand side, next to your profile button) and selecting Tab Shelf.
2. Pinning the Tab Shelf extension button to the toolbar. This allows you to open Tab Shelf in a single click.
3. Configuring a keyboard shortcut via the Extensions page.

For a more detailed user guide, please visit:
https://tabshelf.clarencesiew.com/user-guide

Disclaimer: This extension requires at least Chrome 114 in order for side panel integration to work.

=======================
CHANGELOG - v2023.5.2
=======================

BUG FIXES

* Fixed issue with hover tab action for pinning tabs not working.

=======================
CHANGELOG - v2023.5.1
=======================

BUG FIXES

* Fixed issue with custom tab group colors not being saved correctly (it always reverted to the related default tab group colors).
* Fixed issue with some site favicons not appearing on tabs.
* Fixed issue with tab context menu items appearing to bleed beyond the menu borders on hover.

=======================
CHANGELOG - v2023.5.0
=======================

NEW FEATURES

* 20 new tab group color options (replacing the default 9 tab group options). The colors shown in Tab Shelf will be mapped as closely as possible to one of the available 9 tab group colors available for the tab bar.
* 20 accent colors (same as the new tab group colors) options for Tab Shelf to better match your Chrome theme (needs to be manually changed).
* Added "Reload" and "Close other tabs" options to context menu.
* New context menu options to open a new tab above or below a tab group when right-clicking on a tab inside a tab group. This option is disabled by default.

IMPROVEMENTS

* Tab drag-and-drop are now more consistent and reliable.
* Context menus will show the color of the tab group as the border color.
* Changing the tab group color now is now done via a small popup menu rather than a modal window.
* Tab group creation modal window has been re-organised to emphasise the "Create" button. Pressing the Escape key in the title text field cancels the tab group creation, and pressing Enter will create the group.

BUG FIXES

* Fixed move to new window and create new group in window options in "Move tab(s) to..." menu option. Previously selected tabs were not being moved to new windows.
* Removed optional deprecated static context menu (used to be shown at the bottom when in edit/selection mode).
* Removed settings options for hiding tab filtering option and for hiding search.                    

Grundlæggende oplysninger om udvidelsen

Navn Tab Shelf - Side panel vertical tabs Tab Shelf - Side panel vertical tabs
ID gkiobnohamhihbaipacecjfljepjjlmg
Officiel URL https://chromewebstore.google.com/detail/tab-shelf-side-panel-vert/gkiobnohamhihbaipacecjfljepjjlmg
Beskrivelse Vertical tab management from your side panel with support for tab groups, multiple windows, and much more.
Filstørrelse 978 KB
Antal Installationer 1,630
Nuværende Version 2023.5.2
Senest Opdateret 2023-11-20
Udgivelsesdato 2023-06-13
Bedømmelse 4.10/5 Samlet 10 Bedømmelser
Udvikler https://tabshelf.clarencesiew.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://tabshelf.clarencesiew.com/
URL til Fortrolighedspolitik Side https://tabshelf.clarencesiew.com/privacy-policy
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Shelf - Side panel vertical tabs",
    "version": "2023.5.2",
    "description": "Vertical tab management from your side panel with support for tab groups, multiple windows, and much more.",
    "manifest_version": 3,
    "author": "Clarence Siew",
    "permissions": [
        "storage",
        "tabs",
        "tabGroups",
        "sidePanel",
        "favicon"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "_favicon\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "*"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker.js",
        "type": "module"
    },
    "action": {
        "default_title": "Click to open Tab Shelf"
    },
    "side_panel": {
        "default_path": "index.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}