Merge Windows

Merge windows into the active one

Merge Windowsとは何ですか?

Merge WindowsはSindre Sorhusによって開発されたChromeの拡張機能で、その主な機能は「Merge windows into the active one」です。

拡張機能のスクリーンショット

screenshot

Merge Windows拡張機能のCRXファイルをダウンロード

Merge Windows拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension lets you easily merge all tabs in different windows into one window. Just press the "merge windows" toolbar button.                    

拡張機能の基本情報

名前 Merge Windows Merge Windows
ID kbpinmnkhfkoidiinmapkhifnfoiklkb
公式URL https://chromewebstore.google.com/detail/merge-windows/kbpinmnkhfkoidiinmapkhifnfoiklkb
説明 Merge windows into the active one
ファイルサイズ 4.87 KB
インストール数 2,542
現在のバージョン 1.2.0
最終更新日 2021-08-06
公開日 2020-05-18
評価 4.85/5 合計 13 レビュー
開発者 Sindre Sorhus
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/sindresorhus/merge-windows
ヘルプページのURL https://github.com/sindresorhus/merge-windows/issues
プライバシーポリシーページのURL https://github.com/sindresorhus/privacy-policy/blob/master/chrome-extensions.md
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Merge Windows",
    "version": "1.2.0",
    "description": "Merge windows into the active one",
    "homepage_url": "https:\/\/github.com\/sindresorhus\/merge-windows",
    "manifest_version": 2,
    "minimum_chrome_version": "61",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Merge Windows",
        "default_icon": "icon.png"
    }
}