SideTab Pro - Vertical Tabs
Vertical tabs for chrome in side panel
¿Qué es SideTab Pro - Vertical Tabs?
SideTab Pro - Vertical Tabs es una extensión de Chrome desarrollada por saurabhverma39, y su función principal es "Vertical tabs for chrome in side panel".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión SideTab Pro - Vertical Tabs
Descarga archivos de extensión SideTab Pro - Vertical 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
What's new:- * New Settings: - Compact Vs Detailed View - Change Shortcut - Change Sides Key Features:- * Vertical Tab Layout in SidePanel * Tab Group Support * Intuitive Drag and Drop * Keyboard Shortcut: Mac:"Command+Shift+P" and PC: "Ctrl+Shift+P". [Override it as per your convenience in chrome extensions settings] * Auto Grouping on the basis of domain name. * Picks system theme automatically. * Left/Right Alignment via Settings > Appearance > Side panel > show on left/right. Introducing SideTab Pro: The Ultimate Vertical Tab Management Extension for Google Chrome With SideTab Pro, navigating through your tabs becomes a breeze. No more endless scrolling or searching for lost tabs. Our intuitive drag and drop functionality allows you to effortlessly rearrange tabs, create tab groups, and switch between them seamlessly. Say hello to a clutter-free browsing workflow that maximises your screen space and boosts your productivity.
Información Básica de la Extensión
Nombre | SideTab Pro - Vertical Tabs |
ID | fehfojhhnbfbclgpffmffigfgngbpnmj |
URL Oficial | https://chromewebstore.google.com/detail/sidetab-pro-vertical-tabs/fehfojhhnbfbclgpffmffigfgngbpnmj |
Descripción | Vertical tabs for chrome in side panel |
Tamaño del Archivo | 162 KB |
Cantidad de Instalaciones | 4,000 |
Versión Actual | 2.6 |
Última Actualización | 2024-03-02 |
Fecha de Publicación | 2023-07-05 |
Calificación | 4.59/5 Total de 37 Calificaciones |
Desarrollador | saurabhverma39 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.producthunt.com/products/sidetab-pro |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SideTab Pro - Vertical Tabs", "description": "Vertical tabs for chrome in side panel", "version": "2.6", "manifest_version": 3, "permissions": [ "tabs", "tabGroups", "sidePanel", "favicon", "storage" ], "side_panel": { "default_path": "js\/index.html" }, "background": { "service_worker": "js\/background.js" }, "action": { "default_title": "Click to open SideTab Pro" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+P", "mac": "Command+Shift+P" } } }, "icons": { "128": "sidetab.png" } } |