SplitUp! - Tab manager

Have FUN organizing & saving your tabs & windows with the ultimate Tab Manager.

SplitUp! - Tab managerคืออะไร?

SplitUp! - Tab manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Onar A. และคุณลักษณะหลักของมันคือ "Have FUN organizing & saving your tabs & windows with the ultimate Tab Manager."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SplitUp! - Tab manager

ดาวน์โหลดไฟล์ส่วนขยาย 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
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!"
        }
    }
}