Merge Windows

Merge all windows into one

Merge Windowsとは何ですか?

Merge Windowsはhttps://lukaspolak.comによって開発されたChromeの拡張機能で、その主な機能は「Merge all windows into one」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Merge every opened browser window into one with a single click. Just press the "Merge Windows" toolbar button and see the magic!

Now you can even change the extension icon color!

Just right-click on the extension, pick an "Options," and choose your preferred color theme.                    

拡張機能の基本情報

名前 Merge Windows Merge Windows
ID bafafgddpfacfkbjgamcapphepkfclbc
公式URL https://chromewebstore.google.com/detail/merge-windows/bafafgddpfacfkbjgamcapphepkfclbc
説明 Merge all windows into one
ファイルサイズ 9.34 KB
インストール数 41
現在のバージョン 1.4
最終更新日 2022-06-26
公開日 2021-11-28
評価 5.00/5 合計 1 レビュー
開発者 https://lukaspolak.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.lukaspolak.com/projects/chrome-extensions/merge-windows
ヘルプページのURL https://www.lukaspolak.com/projects/chrome-extensions/merge-windows/support
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "\/images\/icon-light-16.png",
            "32": "\/images\/icon-light-32.png",
            "48": "\/images\/icon-light-48.png",
            "128": "\/images\/icon-light-128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "merge": {
            "description": "Merge Windows",
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Command+Shift+L"
            }
        }
    },
    "description": "Merge all windows into one",
    "icons": {
        "16": "\/images\/icon-light-16.png",
        "32": "\/images\/icon-light-32.png",
        "48": "\/images\/icon-light-48.png",
        "128": "\/images\/icon-light-128.png"
    },
    "manifest_version": 3,
    "name": "Merge Windows",
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage",
        "commands"
    ],
    "version": "1.4"
}