Background-tab It

Background-tab It

Add a context menu option to open a link in a background tab. Very useful if you usually open links in a foreground tab but sometimes want to open certain link in the background instead.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Background-tab It",
  "description": "Add a context menu option to open a link in a new background tab",
  "version": "1.1",
  "homepage_url": "https://github.com/fullburnen/background-tab_it",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "contextMenus"
  ]
}