Resize Tabs for Microsoft Edge™

Resize Tabs for Microsoft Edge™

Split Screen made easy. Resize the CURRENT tab and tabs to the RIGHT into layouts on separate windows. w/ Multi Monitor Support.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_AppName__",
  "short_name": "Tab Resize",
  "version": "1.0.1",
  "manifest_version": 2,
  "minimum_chrome_version": "30",
  "offline_enabled": true,
  "description": "__MSG_AppDesc__",
  "default_locale": "en",
  "browser_action": {
    "default_icon": "/images/icons/icon128.png",
    "default_popup": "/ui/index.html",
    "default_title": "__MSG_AppTitle__"
  },
  "icons": {
    "16": "images/icons/icon16.png",
    "48": "images/icons/icon48.png",
    "128": "images/icons/icon128.png"
  },
  "permissions": [
    "tabs",
    "system.display"
  ],
  "background": {
    "scripts": [
      "/js/welcome-goodbye.js",
      "/js/lib/jquery.min.js",
      "/js/background.js"
    ]
  },
  "homepage_url": "https://resize-tabs.pdfwork.com/",
  "commands": {
    "tab-resize-0-undo": {
      "description": "__MSG_Command1__",
      "suggested_key": {
        "default": "Ctrl+Shift+Z",
        "mac": "MacCtrl+Shift+Z"
      }
    },
    "tab-resize-1-1": {
      "description": "__MSG_Command2__",
      "suggested_key": {
        "default": "Ctrl+Shift+1",
        "mac": "MacCtrl+Shift+1"
      }
    },
    "tab-resize-1-2": {
      "description": "__MSG_Command3__",
      "suggested_key": {
        "default": "Ctrl+Shift+2",
        "mac": "MacCtrl+Shift+2"
      }
    },
    "tab-resize-2-1": {
      "description": "__MSG_Command4__"
    },
    "tab-resize-2-2": {
      "description": "__MSG_Command5__",
      "suggested_key": {
        "default": "Ctrl+Shift+4",
        "mac": "MacCtrl+Shift+4"
      }
    },
    "tab-resize-1-3": {
      "description": "__MSG_Command6__"
    },
    "tab-resize-3-1": {
      "description": "__MSG_Command7__"
    },
    "tab-resize-6-4-scale-horizontal": {
      "description": "__MSG_Command8__"
    },
    "tab-resize-6-4-scale-vertical": {
      "description": "__MSG_Command9__"
    },
    "tab-resize-7-3-scale-horizontal": {
      "description": "__MSG_Command10__"
    },
    "tab-resize-7-3-scale-vertical": {
      "description": "__MSG_Command11__"
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}