Merge Window Extension

Merge windows per Profile

Merge Window Extension là gì?

Merge Window Extension là một tiện ích mở rộng Chrome được phát triển bởi pHo9UBenaA, và tính năng chính của nó là "Merge windows per Profile".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Merge Window Extension

Tải xuống các tệp mở rộng Merge Window Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Merge Window Extension Merge Window Extension
ID fijodggmkbkjcmlpkpahjpepngppdppb
URL Chính Thức https://chromewebstore.google.com/detail/merge-window-extension/fijodggmkbkjcmlpkpahjpepngppdppb
Mô tả Merge windows per Profile
Kích Thước Tệp 23.42 KB
Số Lần Cài Đặt 75
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-08-02
Ngày Phát Hành 2023-06-28
Nhà Phát Triển pHo9UBenaA
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://pho9ubenaa.github.io/pHo9UBenaA/
URL Trang Chính Sách Bảo Mật https://pho9ubenaa.github.io/pHo9UBenaA
Ngôn Ngữ Được Hỗ Trợ 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"
}