Tab Cutter

This extension divides one window into two

Tab Cutter란 무엇입니까?

Tab Cutter은(는) soags에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension divides one window into two"입니다.

확장 프로그램 스크린샷

screenshot

Tab Cutter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This simple tab organization tool divides one window into two.

If you have at least two tabs in the selected Chrome window, all the tabs on the left side of the selected tab will stay in the window, and the rest will move to the new window.

If you are looking for Tab Scissors, have a try.                    

확장 프로그램 기본 정보

이름 Tab Cutter Tab Cutter
ID mekmindbhhjinkmgdjabpgfkaekhmgkj
공식 URL https://chromewebstore.google.com/detail/tab-cutter/mekmindbhhjinkmgdjabpgfkaekhmgkj
설명 This extension divides one window into two
파일 크기 11.09 KB
설치 횟수 579
현재 버전 1.0.1
최근 업데이트 2023-08-31
출시 날짜 2023-08-30
평점 4.33/5 총 3 개의 평점
개발자 soags
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/soags/tab-cutter
도움말 페이지 URL https://github.com/soags/tab-cutter/issues
개인정보 보호 정책 페이지 URL https://soags.github.io/privacy-policy/chrome-extensions
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tab Cutter",
    "description": "This extension divides one window into two",
    "version": "1.0.1.0",
    "version_name": "1.0.1",
    "icons": {
        "16": "public\/icon-16.png",
        "48": "public\/icon-48.png",
        "128": "public\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "16": "public\/icon-16.png",
            "48": "public\/icon-48.png",
            "128": "public\/icon-128.png"
        },
        "default_title": "Tab Cutter"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": []
}