Merge Window Extension
Merge windows per Profile
Merge Window Extension क्या है?
Merge Window Extension pHo9UBenaA द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Merge windows per Profile"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Merge Window Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The Merge Window Extension is intended to effectively reduce the number of windows and memory consumption by merging multiple windows in the browser. The extension detects a left click or the shortcut key "Control (Command) + M" and performs the following actions * Merge all windows of the same profile * Merge all incognito windows of the same profile (If allowed to run in incognito mode) For more information on allowing execution in incognito mode see https://support.google.com/chrome/a/answer/13130396. Note: To protect privacy, regular windows and secret windows will not be merged.
एक्सटेंशन की मूल जानकारी
नाम | Merge Window Extension |
ID | fijodggmkbkjcmlpkpahjpepngppdppb |
आधिकारिक URL | https://chromewebstore.google.com/detail/merge-window-extension/fijodggmkbkjcmlpkpahjpepngppdppb |
विवरण | Merge windows per Profile |
फ़ाइल का आकार | 23.42 KB |
स्थापना संख्या | 75 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2023-08-02 |
प्रकाशन तिथि | 2023-06-28 |
डेवलपर | pHo9UBenaA |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://pho9ubenaa.github.io/pHo9UBenaA/ |
गोपनीयता नीति पृष्ठ URL | https://pho9ubenaa.github.io/pHo9UBenaA |
समर्थित भाषाएँ | de,en,fr,nl,no,da,es,hr,it,lt,hu,pl,ro,sk,sv,cs,bg,ru,uk,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "short_name": "__MSG_extensionShortName__", "version": "1.0.1", "description": "__MSG_extensionDescription__", "default_locale": "en", "author": "pHo9UBenaA", "action": { "default_icon": "icon.png" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "background": { "service_worker": "background.js" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+M", "mac": "Command+M" }, "description": "Triggering merge" } }, "permissions": [ "contextMenus" ], "incognito": "spanning" } |