Move tabs between windows

Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window.

Move tabs between windows란 무엇입니까?

Move tabs between windows은(는) Ivan Novikov에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window."입니다.

Move tabs between windows 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Usually you have just the current tab selected, but Chrome also has built-in functionality to select multiple tabs:

— To select specific tabs in a window, click tab handles while holding down Cmd (Mac) or Ctrl (Windows) key.

— To select a range of tabs, click tab handles while holding down the Shift key.

Source code: https://github.com/ivan7237d/move-tabs                    

확장 프로그램 기본 정보

이름 Move tabs between windows Move tabs between windows
ID dcgkknngicjdagcjljfbhgdimlfhafag
공식 URL https://chromewebstore.google.com/detail/move-tabs-between-windows/dcgkknngicjdagcjljfbhgdimlfhafag
설명 Click the extension's toolbar button, then switch to another Chrome window — selected tab(s) will move to that window.
파일 크기 3.54 KB
설치 횟수 216
현재 버전 1.0
최근 업데이트 2016-11-08
출시 날짜 2016-11-08
평점 4.83/5 총 6 개의 평점
개발자 Ivan Novikov
결제 유형 free
확장 프로그램 웹 사이트 https://twitter.com/ivan7237d
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Move tabs between windows",
    "version": "1.0",
    "description": "Click the extension's toolbar button, then switch to another Chrome window \u2014 selected tab(s) will move to that window.",
    "manifest_version": 2,
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "offline_enabled": true,
    "browser_action": {
        "default_title": "Move tabs to another window"
    }
}