Merge Windows
Merge all windows into one
What is Merge Windows?
Merge Windows is a Chrome extension developed by https://lukaspolak.com, and its main feature is "Merge all windows into one".
Extension Screenshots
Download Merge Windows Extension CRX File
Download Merge Windows extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Merge every opened browser window into one with a single click. Just press the "Merge Windows" toolbar button and see the magic! Now you can even change the extension icon color! Just right-click on the extension, pick an "Options," and choose your preferred color theme.
Extension Basic Information
Name | Merge Windows |
ID | bafafgddpfacfkbjgamcapphepkfclbc |
Official URL | https://chromewebstore.google.com/detail/merge-windows/bafafgddpfacfkbjgamcapphepkfclbc |
Description | Merge all windows into one |
File Size | 9.34 KB |
Installation Count | 41 |
Current Version | 1.4 |
Last Updated | 2022-06-26 |
Publish Date | 2021-11-28 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://lukaspolak.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.lukaspolak.com/projects/chrome-extensions/merge-windows |
Help Page URL | https://www.lukaspolak.com/projects/chrome-extensions/merge-windows/support |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": { "16": "\/images\/icon-light-16.png", "32": "\/images\/icon-light-32.png", "48": "\/images\/icon-light-48.png", "128": "\/images\/icon-light-128.png" } }, "background": { "service_worker": "background.js" }, "commands": { "merge": { "description": "Merge Windows", "suggested_key": { "default": "Ctrl+Shift+L", "mac": "Command+Shift+L" } } }, "description": "Merge all windows into one", "icons": { "16": "\/images\/icon-light-16.png", "32": "\/images\/icon-light-32.png", "48": "\/images\/icon-light-48.png", "128": "\/images\/icon-light-128.png" }, "manifest_version": 3, "name": "Merge Windows", "options_page": "options.html", "permissions": [ "activeTab", "storage", "commands" ], "version": "1.4" } |