Sidebar Tab Groups Firefox

Examine source code of Sidebar Tab Groups

제작자: EoinKanro
Inspect and view changes in Sidebar Tab Groups source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Sidebar Tab Groups",
  "version": "1.3",
  "description": "A custom tab management extension in the sidebar",
  "permissions": [
    "tabs",
    "tabHide",
    "storage",
    "contextMenus",
    "downloads"
  ],
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_action": {
    "default_popup": "html/popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    },
    "default_title": "Click to open popup"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{5aa616c2-a41e-4064-bc9b-badf58553d14}",
      "strict_min_version": "102.0"
    }
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "type": "module",
    "persistent": true
  },
  "sidebar_action": {
    "default_panel": "html/sidebar.html",
    "default_title": "Sidebar Tab Groups"
  },
  "web_accessible_resources": [
    "js/editGroup.js",
    "js/popup.js",
    "js/settings.js",
    "js/sidebar.js",
    "js/tabsManager.js",
    "js/data/database.js",
    "js/data/databaseStorage.js",
    "js/data/localStorage.js",
    "js/data/dataClasses.js",
    "js/data/backgroundClasses.js",
    "js/service/notifications.js",
    "js/service/styleUtils.js",
    "js/service/commonUtils.js",
    "js/service/browserUtils.js",
    "js/service/backupUtils.js",
    "js/service/logUtils.js",
    "html/editGroup.html",
    "html/settings.html",
    "html/tabsManager.html"
  ]
}

최고의 Sidebar Tab Groups 대안

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