Vertical Tabs in Side Panel

Display and manage tabs vertically in the browser sidebar.

Τι είναι το Vertical Tabs in Side Panel;

Το Vertical Tabs in Side Panel είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://guokai.dev, και η κύρια λειτουργία του είναι "Display and manage tabs vertically in the browser sidebar.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Vertical Tabs in Side Panel

Λήψη αρχείων επέκτασης Vertical Tabs in Side Panel σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This extension lets you display and manage tabs vertically in the browser sidebar, supports light and dark themes and search functionality.

2023/12/21 Update: Support Tab Groups, including collapse/expand a group, drag and drop a group and context menu (i.e. right-click) on a group.

Three Ways to Open the Extension Sidebar:
1. Click the Extension icon. You need to "Pin" the extension to the browser toolbar.
2. Use shortcut keys. Please set it at "chrome://extensions/shortcuts" by yourself, the default is Alt+V .
3. Click the browser sidebar icon and switch to this extension.

How to use the extension:
1. Single Click: switch to the tab.
2. Double Click: close the tab.
3. Middle Click: close the tab.
4. Right Click: functions such as closing, pinning, and duplicating the tab.
5. Drag and Drop: move the position of the tab.
6. Bottom Toolbar: search tabs.

Set the position of the sidebar: left or right:
Browser Settings → Appearance → Side panel

Note: This extension only supports Chrome 114 and above, and may not support other browsers.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Vertical Tabs in Side Panel Vertical Tabs in Side Panel
ID akahnknmcbmgodngfjcflnaljdbhnlfo
Επίσημο URL https://chromewebstore.google.com/detail/vertical-tabs-in-side-pan/akahnknmcbmgodngfjcflnaljdbhnlfo
Περιγραφή Display and manage tabs vertically in the browser sidebar.
Μέγεθος Αρχείου 37.71 KB
Αριθμός Εγκαταστάσεων 12,621
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2024-01-22
Ημερομηνία Δημοσίευσης 2023-06-08
Αξιολόγηση 4.66/5 Συνολικά 82 Αξιολογήσεις
Προγραμματιστής https://guokai.dev
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://guokai.dev/privacy
Υποστηριζόμενες Γλώσσες de,en,fr,es,pt-BR,pt-PT,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "description": "__MSG_extDescription__",
    "version": "1.0.2",
    "author": "Guokai Han",
    "manifest_version": 3,
    "default_locale": "en",
    "minimum_chrome_version": "114",
    "offline_enabled": true,
    "permissions": [
        "tabs",
        "tabGroups",
        "favicon",
        "storage",
        "sidePanel"
    ],
    "icons": {
        "128": "icon\/icon-128.png"
    },
    "action": {
        "default_title": "__MSG_actionTitle__"
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+V"
            }
        }
    },
    "background": {
        "service_worker": "sw.js"
    }
}