TST Focus Preceding Tab On Close

TST Focus Preceding Tab On Close

This add-on requires Tree Style Tab. It changes Tree Style Tab's behavior by focusing the preceding child tab after closing the current one.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "TST Focus Preceding Tab On Close",
  "version": "1.1.2",
  "description": "This add-on requires Tree Style Tab. It changes Tree Style Tab's behavior by focusing the preceding child tab after closing the current one.",
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}