Auto Collapse Tab Groups Firefox

Examine source code of Auto Collapse Tab Groups

제작자: Linden
Inspect and view changes in Auto Collapse Tab Groups source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Auto Collapse Tab Groups",
  "version": "1.0",
  "description": "Automatically collapses unfocused tab groups when switching to a tab outside the group",
  "permissions": [
    "tabs",
    "tabGroups"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "auto-collapse-groups@example.com",
      "strict_min_version": "139.0"
    }
  },
  "icons": {
    "48": "icon.png",
    "96": "icon.png"
  }
}

최고의 Auto Collapse Tab Groups 대안

다음은 Auto Collapse Tab Groups과(와) 유사한 Firefox add-on입니다: