Merge Windows plus

複数に分かれたウインドウを一つに統合します。Merges all of the browser's windows into the current window.

什么是Merge Windows plus?

Merge Windows plus是由http://cyamax.com开发的Chrome扩展程序,该扩展的主要功能是“複数に分かれたウインドウを一つに統合します。Merges all of the browser's windows into the current window. ”。

扩展截图

screenshot
screenshot

下载Merge Windows plus扩展crx文件

下载Merge Windows plus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Chromeの画面分割を戻す拡張機能です。
1クリックで複数ウィンドウを1つのウィンドウに結合する便利ツールです。

This is an extension that restores the split screen of Chrome.
It is a convenient tool to combine multiple windows into one window with one click.                    

扩展基本信息

名称 Merge Windows plus Merge Windows plus
ID pkgfooedialkoddlhokdnfflfdbakekj
官方URL https://chrome.google.com/webstore/detail/pkgfooedialkoddlhokdnfflfdbakekj
简介 複数に分かれたウインドウを一つに統合します。Merges all of the browser's windows into the current window.
文件大小 6.59 KB
安装次数 61
当前版本 0.1.1
更新时间 2021-05-01
上架时间 2017-04-22
开发者 http://cyamax.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.cyamax.com/entry/2017/04/23/000000
支持的语言 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Merge Windows plus",
    "version": "0.1.1",
    "description": "\u8907\u6570\u306b\u5206\u304b\u308c\u305f\u30a6\u30a4\u30f3\u30c9\u30a6\u3092\u4e00\u3064\u306b\u7d71\u5408\u3057\u307e\u3059\u3002Merges all of the browser's windows into the current window. ",
    "icons": {
        "128": "icon_128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "offline_enabled": true,
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_title": "Merge Windows plus"
    }
}