Tab Move To Side Screen

Tab Move To Side Screen

Moving tabs with a shortcut.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tab Move To Side Screen",
  "description": "Moving tabs with a shortcut.",
  "version": "1.2",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "commands": {
    "move": {
      "suggested_key": "Alt+M",
      "description": "Move Tab"
    }
  }
}