SplitUp! - Tab manager
Have FUN organizing & saving your tabs & windows with the ultimate Tab Manager.
什么是SplitUp! - Tab manager?
SplitUp! - Tab manager是由Onar A.开发的Chrome扩展程序,该扩展的主要功能是“Have FUN organizing & saving your tabs & windows with the ultimate Tab Manager.”。
扩展截图
下载SplitUp! - Tab manager扩展crx文件
下载SplitUp! - Tab manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
🎉NEW UPDATE🎉 - Select all tab button - Bug fixes Features _____________ ✅ Save sessions ✅ Split tabs into a new window ✅ Dark mode ✅ Drag and Drop tabs across windows ✅ Fuzzy Search ✅ Multiscreen support ✅ Export tabs ✅ Close windows/tabs ✅ Mute/Unmute audio playing tabs ✅ Collapsible windows ✅ Keyboard shortcut support ...and many more features to come SplitUp is an open-source project and build by contributors https://github.com/onaralili/SplitUp Let us know if you have any suggestions. ⁉️
扩展基本信息
名称 | SplitUp! - Tab manager |
ID | bhoodecbejheonelhikcfahgpgahffmf |
官方URL | https://chromewebstore.google.com/detail/splitup-tab-manager/bhoodecbejheonelhikcfahgpgahffmf |
简介 | Have FUN organizing & saving your tabs & windows with the ultimate Tab Manager. |
文件大小 | 197 KB |
安装次数 | 3,492 |
当前版本 | 1.5.8 |
更新时间 | 2021-03-08 |
上架时间 | 2019-08-12 |
评分 | 4.03/5 共37次评分 |
开发者 | Onar A. |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/onaralili/SplitUp |
帮助页面URL | https://github.com/onaralili/SplitUp |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SplitUp! - Tab manager", "description": "Have FUN organizing & saving your tabs & windows with the ultimate Tab Manager.", "version": "1.5.8", "short_name": "SplitUp!", "browser_action": { "default_icon": "SplitLogo.png", "default_popup": "popup.html", "default_title": "SplitUp!" }, "icons": { "128": "SplitLogo.png" }, "permissions": [ "tabs", "storage" ], "commands": { "_execute_browser_action": { "description": "Activate extension" }, "split-up": { "description": "Split to separate window!" } } } |