Merge Windows
Merge all browser windows in one
What is Merge Windows?
Merge Windows is a Chrome extension developed by https://singleclickapps.com, and its main feature is "Merge all browser windows in 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
Click to merge all currently opened windows into single one
Extension Basic Information
Name | Merge Windows |
ID | mmpokgfcmbkfdeibafoafkiijdbfblfg |
Official URL | https://chromewebstore.google.com/detail/merge-windows/mmpokgfcmbkfdeibafoafkiijdbfblfg |
Description | Merge all browser windows in one |
File Size | 21.61 KB |
Installation Count | 37,363 |
Current Version | 1.5.0.0 |
Last Updated | 2021-06-08 |
Publish Date | 2017-11-23 |
Rating | 4.65/5 Total 158 Ratings |
Developer | https://singleclickapps.com |
[email protected] | |
Payment Type | free |
Extension Website | https://singleclickapps.com/merge-windows |
Privacy Policy Page URL | https://singleclickapps.com/privacy.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Merge Windows", "version": "1.5.0.0", "homepage_url": "https:\/\/singleclickapps.com\/merge-windows", "description": "Merge all browser windows in one", "icons": { "48": "icon48.png", "128": "icon128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon24.png", "default_title": "Merge All Windows" }, "permissions": [ "tabs" ], "offline_enabled": true, "options_page": "options.html", "manifest_version": 2 } |