Move Tab to Beginning

Move Tab to Beginning

Moves current tab to the beginning of window while selecting tab that was next to it.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Dima PM",
  "manifest_version": 2,
  "name": "Move Tab to Beginning",
  "version": "0.0.1",
  "description": "Moves current tab to the beginning of window while selecting tab that was next to it.",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {},
  "permissions": [
    "contextMenus"
  ]
}