Aggregate Tabs to Main Window

Aggregate Tabs to Main Window

Aggregate new tabs to a window which has most many tabs and largest size.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "1.6.3",
  "author": "YUKI \"Piro\" Hiroshi",
  "description": "__MSG_extensionDescription__",
  "permissions": [
    "bookmarks",
    "sessions",
    "storage",
    "tabs",
    "theme"
  ],
  "background": {
    "scripts": [
      "extlib/Configs.js",
      "common/common.js",
      "background/background.js"
    ]
  },
  "browser_action": {
    "default_title": "__MSG_browserAction_inactive__",
    "default_icon": {
      "16": "/resources/unpinned.svg#toolbar-bright"
    }
  },
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  },
  "default_locale": "en",
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "68.0"
    }
  }
}