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. 」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } } |