SplitUp! - Tab manager
Have FUN organizing & saving your tabs & windows with the ultimate Tab Manager.
SplitUp! - Tab manager là gì?
SplitUp! - Tab manager là một tiện ích mở rộng Chrome được phát triển bởi Onar A., và tính năng chính của nó là "Have FUN organizing & saving your tabs & windows with the ultimate Tab Manager.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SplitUp! - Tab manager
Tải xuống các tệp mở rộng SplitUp! - Tab manager dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
🎉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. ⁉️
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SplitUp! - Tab manager |
ID | bhoodecbejheonelhikcfahgpgahffmf |
URL Chính Thức | https://chromewebstore.google.com/detail/splitup-tab-manager/bhoodecbejheonelhikcfahgpgahffmf |
Mô tả | Have FUN organizing & saving your tabs & windows with the ultimate Tab Manager. |
Kích Thước Tệp | 197 KB |
Số Lần Cài Đặt | 3,492 |
Phiên Bản Hiện Tại | 1.5.8 |
Cập Nhật Lần Cuối | 2021-03-08 |
Ngày Phát Hành | 2019-08-12 |
Đánh Giá | 4.03/5 Tổng số 37 Đánh Giá |
Nhà Phát Triển | Onar A. |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/onaralili/SplitUp |
URL Trang Trợ Giúp | https://github.com/onaralili/SplitUp |
Ngôn Ngữ Được Hỗ Trợ | 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!" } } } |