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.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載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 SplitUp! - Tab manager
ID bhoodecbejheonelhikcfahgpgahffmf
官方網址 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!"
        }
    }
}