Merge Windows plus

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

Cos'è Merge Windows plus?

Merge Windows plus è un'estensione di Chrome sviluppata da http://cyamax.com, e la sua funzione principale è "複数に分かれたウインドウを一つに統合します。Merges all of the browser's windows into the current window. ".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Merge Windows plus

Scarica i file di estensione Merge Windows plus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Merge Windows plus Merge Windows plus
ID pkgfooedialkoddlhokdnfflfdbakekj
URL Ufficiale https://chrome.google.com/webstore/detail/pkgfooedialkoddlhokdnfflfdbakekj
Descrizione 複数に分かれたウインドウを一つに統合します。Merges all of the browser's windows into the current window.
Dimensione del File 6.59 KB
Conteggio Installazioni 61
Versione Corrente 0.1.1
Ultimo Aggiornamento 2021-05-01
Data di Pubblicazione 2017-04-22
Sviluppatore http://cyamax.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.cyamax.com/entry/2017/04/23/000000
Lingue Supportate 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"
    }
}