Merge Windows plus

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

Qu'est-ce que Merge Windows plus ?

Merge Windows plus est une extension Chrome développée par http://cyamax.com, et sa fonction principale est "複数に分かれたウインドウを一つに統合します。Merges all of the browser's windows into the current window. ".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Merge Windows plus

Téléchargez les fichiers d'extension Merge Windows plus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Merge Windows plus Merge Windows plus
ID pkgfooedialkoddlhokdnfflfdbakekj
URL Officiel https://chrome.google.com/webstore/detail/pkgfooedialkoddlhokdnfflfdbakekj
Description 複数に分かれたウインドウを一つに統合します。Merges all of the browser's windows into the current window.
Taille du Fichier 6.59 KB
Nombre d'Installations 61
Version Actuelle 0.1.1
Dernière Mise à Jour 2021-05-01
Date de Publication 2017-04-22
Développeur http://cyamax.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.cyamax.com/entry/2017/04/23/000000
Langues Prises en Charge 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"
    }
}