Merge Windows

Merges all of the browser's windows into the current window
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "Merge Windows",
  "version": "2.9.9",
  "description": "Merges all of the browser's windows into the current window",
  "icons": {
    "48": "merge_windows_48.png",
    "128": "merge_windows_128.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "arrow_in.png",
    "default_title": "Merge Windows"
  },
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "{27d47acd-04aa-410e-9a26-c14811ba6b2d}"
    }
  }
}