TST Active Tab in Collapsed Tree

TST Active Tab in Collapsed Tree

Provides UI to show last active tab in a collapsed tree in Tree Style Tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "1.2.3",
  "author": "YUKI \"Piro\" Hiroshi",
  "description": "__MSG_extensionDescription__",
  "permissions": [
    "tabs",
    "sessions",
    "storage"
  ],
  "background": {
    "page": "/background/background.html"
  },
  "options_ui": {
    "page": "/options/options.html"
  },
  "web_accessible_resources": [
    "/resources/throbber.svg",
    "/resources/close-16.svg"
  ],
  "default_locale": "en",
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "72.0"
    }
  }
}