Tab Open/Close Control

Tab Open/Close Control

Control the Tab behavior. positining new tabs, activate tabs after closing

Merlin
Additional files are visible only to premium users

manifest.json


{
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "54.0"
    }
  },
  "author": "Felix Kolbe",
  "background": {
    "scripts": [
      "common.js",
      "storage.js",
      "tab_open_close_control.js"
    ]
  },
  "manifest_version": 2,
  "description": "Control the Tab behavior.",
  "name": "Tab Open/Close Control",
  "version": "0.0.4resigned1",
  "homepage_url": "http://www.felix-kolbe.de/tab-open-close-control/",
  "permissions": [
    "storage"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "icons": {
    "48": "48.png",
    "96": "96.png"
  }
}