Merge Windows plus
複数に分かれたウインドウを一つに統合します。Merges all of the browser's windows into the current window.
O que é Merge Windows plus?
Merge Windows plus é uma extensão do Chrome desenvolvida por http://cyamax.com, e sua principal característica é "複数に分かれたウインドウを一つに統合します。Merges all of the browser's windows into the current window. ".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Merge Windows plus
Baixe arquivos de extensão Merge Windows plus no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | pkgfooedialkoddlhokdnfflfdbakekj |
URL Oficial | https://chrome.google.com/webstore/detail/pkgfooedialkoddlhokdnfflfdbakekj |
Descrição | 複数に分かれたウインドウを一つに統合します。Merges all of the browser's windows into the current window. |
Tamanho do Arquivo | 6.59 KB |
Contagem de Instalações | 61 |
Versão Atual | 0.1.1 |
Última Atualização | 2021-05-01 |
Data de Publicação | 2017-04-22 |
Desenvolvedor | http://cyamax.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.cyamax.com/entry/2017/04/23/000000 |
Idiomas Suportados | 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" } } |