tabVertikal - vertical tabs

Lightweight vertical tabs in side panel. tabGroups supported. Custom themes

tabVertikal - vertical tabs क्या है?

tabVertikal - vertical tabs https://tabrail.site द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Lightweight vertical tabs in side panel. tabGroups supported. Custom themes"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में tabVertikal - vertical tabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        📢 Lightweight  vertical tabs in side panel with tabgroups support

📌 Why you should consider this:
✪ Set window's title and edit tab's title.
✪ Fuzzy search
✪  Native  chrome tabgroups support
✪ Dark mode and dozens of themes.
✪ Pure & clean code that powers fastest performance.
✪ No third-party library used.
✪ Negligible memory consumption (consume 400% less memory than new tab).
✪ No tracking.

📌 == FEATURES ==
✅ Long-waited vertical tabs in side panel
Vertical tabs like edge browser

✅ Handy Drag and Drop ui

✅  Supercharge native tabgroups
Create a group of selected tabs in one click.

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 Ctrl+Shift+V .
3. Click the browser sidebar icon and switch to this extension.

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

⚠️ This extension still in beta. Expect minor bugs. If you find some bug or want new feature, please mail us:                     

एक्सटेंशन की मूल जानकारी

नाम tabVertikal - vertical tabs tabVertikal - vertical tabs
ID aahjeignibghcnabifeoclpebaleldkj
आधिकारिक URL https://chromewebstore.google.com/detail/tabvertikal-vertical-tabs/aahjeignibghcnabifeoclpebaleldkj
विवरण Lightweight vertical tabs in side panel. tabGroups supported. Custom themes
फ़ाइल का आकार 44.88 KB
स्थापना संख्या 897
वर्तमान संस्करण 0.2.0
अंतिम अपडेट 2023-08-02
प्रकाशन तिथि 2023-06-07
रेटिंग 4.46/5 कुल 13 रेटिंग्स
डेवलपर https://tabrail.site
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://tabvertikal.tabrail.site
गोपनीयता नीति पृष्ठ URL http://tabrail.site/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "114",
    "offline_enabled": true,
    "name": "tabVertikal - vertical tabs",
    "short_name": "tabVertikal",
    "description": "Lightweight vertical tabs in side panel. tabGroups supported. Custom themes",
    "version": "0.2.0",
    "author": "TabRail",
    "homepage_url": "https:\/\/tabVertikal.tabrail.io\/",
    "icons": {
        "128": "icon_128.png",
        "16": "icon.png"
    },
    "action": {
        "default_title": "Open Vertical tabs"
    },
    "side_panel": {
        "default_path": "panel\/index.html"
    },
    "options_page": "options\/index.html",
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+V",
                "windows": "Ctrl+Shift+V",
                "mac": "Ctrl+Shift+V",
                "linux": "Ctrl+Shift+V"
            }
        },
        "duplicateTab": {
            "suggested_key": {
                "default": "Alt+C"
            },
            "description": "Duplicate current tab"
        }
    },
    "permissions": [
        "sidePanel",
        "tabs",
        "tabGroups",
        "storage",
        "contextMenus"
    ]
}