Merge Windows plus
複数に分かれたウインドウを一つに統合します。Merges all of the browser's windows into the current window.
Merge Windows plus क्या है?
Merge Windows plus http://cyamax.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "複数に分かれたウインドウを一つに統合します。Merges all of the browser's windows into the current window. "।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Merge Windows plus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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" } } |