Tab flip for Tree Style Tab

Tab flip for Tree Style Tab

Clicking active tab activate the last active one in Tree Style Tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "short_name": "__MSG_extensionShortName__",
  "version": "1.4.1",
  "description": "__MSG_extensionDescription__",
  "author": "Mélanie Chauvel (ariasuni)",
  "homepage_url": "https://framagit.org/ariasuni/tst-tabflip",
  "default_locale": "en",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "toggle-feature": {
      "suggested_key": {
        "default": "Shift+F2"
      }
    }
  },
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "65.0"
    }
  }
}