TST Lock Tree Collapsed

TST Lock Tree Collapsed

Provides ability to lock trees in Tree Style Tab as collapsed.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "1.4.3",
  "author": "YUKI \"Piro\" Hiroshi",
  "description": "__MSG_extensionDescription__",
  "permissions": [
    "menus",
    "tabs",
    "sessions",
    "storage"
  ],
  "background": {
    "page": "/background/background.html"
  },
  "commands": {
    "toggleLockCollapsed": {
      "description": "__MSG_command_toggleLockCollapsed__"
    },
    "expandExceptLocked": {
      "description": "__MSG_command_expandExceptLocked__"
    },
    "expandAllExceptLocked": {
      "description": "__MSG_command_expandAllExceptLocked__"
    }
  },
  "options_ui": {
    "page": "/options/options.html"
  },
  "web_accessible_resources": [
    "/resources/ArrowheadDownDouble.svg"
  ],
  "default_locale": "en",
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}