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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
                        🎉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. ⁉️                     확장 프로그램 기본 정보
| 이름 |   |  
| 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!"
        }
    }
}  |  |