Tab Control

Tab Control

A very simplistic add-on to position new tabs to the right of the current tab and activate the tab to the left when closing the current tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "1.1.3",
  "manifest_version": 2,
  "name": "Tab Control",
  "description": "Open tabs to the right, close to the left",
  "author": "czukowski",
  "background": {
    "scripts": [
      "src/background.js"
    ]
  },
  "commands": {
    "toggle": {
      "description": "Quick add-on toggle hotkey"
    }
  },
  "icons": {
    "512": "icon.svg"
  }
}