TST Hoverswitch

TST Hoverswitch

Switch to hovered tab without clicking in Tree Style Tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "TST Hoverswitch",
  "version": "0.1.2resigned1",
  "developer": {
    "name": "Klemens Schölhorn",
    "url": "https://klemens.schoelhorn.eu/"
  },
  "description": "Switch to hovered tab in Tree Style Tab.",
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  }
}