SideTab Pro - Vertical Tabs
Vertical tabs for chrome in side panel
什么是SideTab Pro - Vertical Tabs?
SideTab Pro - Vertical Tabs是由saurabhverma39开发的Chrome扩展程序,该扩展的主要功能是“Vertical tabs for chrome in side panel”。
扩展截图
下载SideTab Pro - Vertical Tabs扩展crx文件
下载SideTab Pro - Vertical Tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | SideTab Pro - Vertical Tabs |
ID | fehfojhhnbfbclgpffmffigfgngbpnmj |
官方URL | https://chromewebstore.google.com/detail/sidetab-pro-vertical-tabs/fehfojhhnbfbclgpffmffigfgngbpnmj |
简介 | Vertical tabs for chrome in side panel |
文件大小 | 162 KB |
安装次数 | 4,000 |
当前版本 | 2.6 |
更新时间 | 2024-03-02 |
上架时间 | 2023-07-05 |
评分 | 4.59/5 共37次评分 |
开发者 | saurabhverma39 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.producthunt.com/products/sidetab-pro |
支持的语言 | 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" } } |