Container Tab Groups Firefox

Examine source code of Container Tab Groups

Inspect and view changes in Container Tab Groups source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "Menhera.org",
  "background": {
    "page": "background/background.html"
  },
  "browser_action": {
    "browser_style": true,
    "default_area": "tabstrip",
    "default_icon": {
      "16": "img/toolbar/toolbar-icon-black.svg"
    },
    "default_popup": "pages/popup-v2/popup-v2.html?popup=1",
    "default_title": "__MSG_browserActionTitle__",
    "theme_icons": [
      {
        "dark": "img/toolbar/toolbar-icon-black.svg",
        "light": "img/toolbar/toolbar-icon-white.svg",
        "size": 16
      }
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "tab-array@menhera.org",
      "strict_min_version": "102.0"
    }
  },
  "commands": {
    "_execute_browser_action": {
      "description": "__MSG_commandOpenPopup__",
      "suggested_key": {
        "default": "Ctrl+Alt+G"
      }
    },
    "_execute_sidebar_action": {
      "description": "__MSG_commandOpenSidebar__",
      "suggested_key": {
        "default": "Ctrl+Alt+S"
      }
    },
    "open_containers_view": {
      "description": "__MSG_menuItemMain__",
      "suggested_key": {
        "default": "Ctrl+Alt+2"
      }
    },
    "open_panorama_grid": {
      "description": "__MSG_buttonPanorama__",
      "suggested_key": {
        "default": "Ctrl+Alt+P"
      }
    },
    "open_settings_view": {
      "description": "__MSG_buttonSettings__",
      "suggested_key": {
        "default": "Ctrl+Alt+5"
      }
    },
    "open_sites_view": {
      "description": "__MSG_menuItemSites__",
      "suggested_key": {
        "default": "Ctrl+Alt+3"
      }
    },
    "open_windows_view": {
      "description": "__MSG_menuItemWindows__",
      "suggested_key": {
        "default": "Ctrl+Alt+1"
      }
    }
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content/overrides/content.js"
      ],
      "match_about_blank": true,
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_extensionDescription__",
  "homepage_url": "https://github.com/menhera-org/TabArray",
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg"
  },
  "incognito": "spanning",
  "manifest_version": 2,
  "name": "Container Tab Groups",
  "omnibox": {
    "keyword": "ctg"
  },
  "options_ui": {
    "browser_style": true,
    "open_in_tab": false,
    "page": "pages/options/options.html"
  },
  "page_action": {
    "browser_style": true,
    "default_icon": {
      "19": "icon.svg",
      "38": "icon.svg"
    },
    "default_popup": "pages/page-action/page-action.html",
    "default_title": "__MSG_headingReopen__",
    "show_matches": [
      "*://*/*"
    ]
  },
  "permissions": [
    "tabs",
    "tabHide",
    "<all_urls>",
    "cookies",
    "contextualIdentities",
    "menus",
    "menus.overrideContext",
    "storage",
    "browserSettings",
    "privacy",
    "webRequest",
    "webRequestBlocking",
    "sessions",
    "browsingData",
    "theme",
    "alarms",
    "scripting",
    "proxy"
  ],
  "sidebar_action": {
    "browser_style": true,
    "default_icon": {
      "16": "icon.svg",
      "32": "icon.svg"
    },
    "default_panel": "pages/popup-v2/popup-v2.html"
  },
  "version": "11.12.0.200",
  "web_accessible_resources": [
    "pages/navigation/confirm.html"
  ]
}

Mejores alternativas Container Tab Groups

Aquí hay algunas Firefox add-ons que son similares a Container Tab Groups: