Tab Space
Workspace-based Window and Tab manager. Tab Space is an easy-to-use workspace-based window and tab manager extension. This…
什么是Tab Space?
Tab Space是由kosei28开发的Chrome扩展程序,该扩展的主要功能是“Workspace-based Window and Tab manager. Tab Space is an easy-to-use workspace-based window and tab manager extension. This…”。
扩展截图
下载Tab Space扩展crx文件
下载Tab Space扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Workspace-based Window and Tab manager. Tab Space is an easy-to-use workspace-based window and tab manager extension. This extension allows you to easily manage a large number of windows and tabs and save your time and memory. Features: - Save a window as a workspace - Automatically save tabs in a workspace - Quickly switch to the desired window - Sort workspaces by drag and drop - Show tabs in a workspace - Count tabs in a workspace Shortcut Keys: - Alt + W: Open Tab Space - Up Arrow and Down Arrow: Select a window or a workspace - Left Arrow and Right Arrow: Select an opened window - Enter: Switch to the selected window Tab Space does not track or collect any of your data. Developer: - kosei28: https://twitter.com/kosei_28
扩展基本信息
名称 | Tab Space |
ID | haldijfdieafjhbgbfmpkolndlpkfoin |
官方URL | https://chromewebstore.google.com/detail/tab-space/haldijfdieafjhbgbfmpkolndlpkfoin |
简介 | Workspace-based Window and Tab manager. Tab Space is an easy-to-use workspace-based window and tab manager extension. This… |
文件大小 | 189 KB |
安装次数 | 25 |
当前版本 | 1.0.7 |
更新时间 | 2022-06-23 |
上架时间 | 2022-05-08 |
开发者 | kosei28 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Space", "manifest_version": 3, "version": "1.0.7", "icons": { "128": "icon.png" }, "permissions": [ "tabs", "storage", "unlimitedStorage" ], "background": { "service_worker": "build\/background.js" }, "action": { "default_popup": "index.html" }, "commands": { "_execute_action": { "suggested_key": { "default": "Alt+W" } } } } |