Windows Management For Multi Monitor

Windows Management For Multi Monitor

The extension supports window switching, maximization, centering, vertical / horizontal arrangement, tab separation / merging from…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_manifest_name__",
  "version": "3.0.1",
  "description": "__MSG_manifest_description__",
  "author": "__MSG_manifest_author__",
  "manifest_version": 2,
  "offline_enabled": true,
  "default_locale": "zh_CN",
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "__MSG_manifest_default_title__",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "system.display"
  ],
  "commands": {
    "_execute_browser_action": {},
    "winToPrimary": {
      "description": "__MSG_manifest_commands_winToPrimary__"
    },
    "winToExtend": {
      "description": "__MSG_manifest_commands_winToExtend__",
      "suggested_key": {
        "default": "Ctrl+Right"
      }
    },
    "winToEdge": {
      "description": "__MSG_manifest_commands_winToEdge__",
      "suggested_key": {
        "default": "Ctrl+Left"
      }
    },
    "winMin": {
      "description": "__MSG_manifest_commands_winMin__"
    },
    "winMax": {
      "description": "__MSG_manifest_commands_winMax__",
      "suggested_key": {
        "default": "Ctrl+Up"
      }
    },
    "win2x1": {
      "description": "__MSG_manifest_commands_win2x1__"
    },
    "win1x2": {
      "description": "__MSG_manifest_commands_win1x2__"
    },
    "win2x2": {
      "description": "__MSG_manifest_commands_win2x2__"
    },
    "winSplitAll": {
      "description": "__MSG_manifest_commands_winSplitAll__"
    },
    "winJoinAll": {
      "description": "__MSG_manifest_commands_winJoinAll__"
    },
    "winJoin": {
      "description": "__MSG_manifest_commands_winJoin__"
    },
    "winSplit": {
      "description": "__MSG_manifest_commands_winSplit__"
    }
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArAdYN51ySCcGYA1qz6o/Im5XMJmdrmYZ5r664o2Y2XP2GbwLu9LC9ONFjGWic1c3S9xM9GFyop6KNQD4dRdpTKBPwiRE2IQaJukAIKglMVyiaxV4wp7QQz6L2E3kBoeKenxiea6wzcO3cvyr7AmCySpOizTcgw4jIcm/EGMK3DT/Z/B3aJEyLHiY0b0JcAhog+NYqfQLwfp0DC0+p7vx0bpxdNyD9839WtuYZVemJltz1CkzBcsUn6SJLXfbDDLnvcYzonjyraNsv7k/RuvUU911JDZUTE37SvlvK4Mkmqyhazhy6dp94FozPVR9eoZrTuWjL8q5B2Fm3r0K1HqS3wIDAQAB",
  "update_url": "https://clients2.google.com/service/update2/crx"
}