Merge Window Extension

Merge windows per Profile

什麼是Merge Window Extension?

Merge Window Extension是由pHo9UBenaA開發的Chrome擴展程式,該擴展的主要功能是“Merge windows per Profile”。

擴展截圖

screenshot
screenshot

下載Merge Window Extension擴展crx文件

下載Merge Window Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The Merge Window Extension is intended to effectively reduce the number of windows and memory consumption by merging multiple windows in the browser.

The extension detects a left click or the shortcut key "Control (Command) + M" and performs the following actions
* Merge all windows of the same profile
* Merge all incognito windows of the same profile
(If allowed to run in incognito mode)

For more information on allowing execution in incognito mode
see https://support.google.com/chrome/a/answer/13130396.

Note:
To protect privacy, regular windows and secret windows will not be merged.                    

擴展基本資訊

名稱 Merge Window Extension Merge Window Extension
ID fijodggmkbkjcmlpkpahjpepngppdppb
官方網址 https://chromewebstore.google.com/detail/merge-window-extension/fijodggmkbkjcmlpkpahjpepngppdppb
簡介 Merge windows per Profile
檔案大小 23.42 KB
安裝次數 75
目前版本 1.0.1
更新時間 2023-08-02
上架時間 2023-06-28
開發者 pHo9UBenaA
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://pho9ubenaa.github.io/pHo9UBenaA/
隱私政策頁面URL https://pho9ubenaa.github.io/pHo9UBenaA
支援的語言 de,en,fr,nl,no,da,es,hr,it,lt,hu,pl,ro,sk,sv,cs,bg,ru,uk,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_extensionShortName__",
    "version": "1.0.1",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "author": "pHo9UBenaA",
    "action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+M",
                "mac": "Command+M"
            },
            "description": "Triggering merge"
        }
    },
    "permissions": [
        "contextMenus"
    ],
    "incognito": "spanning"
}