Thready - Vertical Tabs
Vertical tabs for Chrome
什么是Thready - Vertical Tabs?
Thready - Vertical Tabs是由baba开发的Chrome扩展程序,该扩展的主要功能是“Vertical tabs for Chrome”。
扩展截图
下载Thready - Vertical Tabs扩展crx文件
下载Thready - Vertical Tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
An Extension to show chrome tabs vertically in the side panel. Features: * Double click to pin/unpin * Middel click to close * Mute mode support * Dark mode support * Tab pinner support * Drag to sort * Type in search box to filter tabs * Click "+" to open empty page * Shortcut CMD + B (Macos) and Ctrl + B (Windows). Tips: * Side Panel appearance (left or right side) -> chrome://settings/appearance * Custom shortcut key -> chrome://extensions/shortcuts. Coming soon: * Tab groups support CHANGE LOG: - 0.1.32 * new mouse actions - 0.1.30 * tab drag and drop - 0.1.27 * search tab - 0.1.24 * better favicon - 0.1.23 * tab pinner support - 0.1.17 * improve dark mode theme * add default shortcut key (CMD + B / CTRL + B)
扩展基本信息
名称 | |
ID | aihcofnnndflfjbmlekiegncnahgmaik |
官方URL | https://chromewebstore.google.com/detail/thready-vertical-tabs/aihcofnnndflfjbmlekiegncnahgmaik |
简介 | Vertical tabs for Chrome |
文件大小 | 202 KB |
安装次数 | 547 |
当前版本 | 0.1.32 |
更新时间 | 2023-07-26 |
上架时间 | 2023-06-18 |
评分 | 3.29/5 共7次评分 |
开发者 | baba |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Thready - Vertical Tabs", "description": "Vertical tabs for Chrome", "version": "0.1.32", "background": { "service_worker": "sw.js" }, "action": { "default_icon": { "16": "\/images\/tt16.png", "32": "\/images\/tt32.png", "48": "\/images\/tt48.png", "128": "\/images\/tt128.png" } }, "icons": { "16": "\/images\/tt16.png", "32": "\/images\/tt32.png", "48": "\/images\/tt48.png", "128": "\/images\/tt128.png" }, "side_panel": { "default_path": "side_panel.html" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+B", "mac": "Command+B" }, "description": "Toggle side panel" } }, "permissions": [ "tabs", "sidePanel", "favicon" ] } |