One Tab Group - Tab/Tab Group Manager

One Tab Group - Tab/Tab Group Manager

Your all-in-one tab/tab group manager that helps you effectively manage and organize your tabs/tab groups

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "default_locale": "en",
  "name": "__MSG_extName__",
  "version": "2.1.3",
  "description": "__MSG_extDesc__",
  "action": {
    "default_title": "__MSG_actionName__"
  },
  "background": {
    "service_worker": "background.js"
  },
  "commands": {
    "sendCurrentTab": {
      "suggested_key": {
        "default": "Ctrl+Shift+C",
        "mac": "Command+Shift+C"
      },
      "description": "__MSG_sendCurrentTab__"
    },
    "sendAllTabs": {
      "suggested_key": {
        "default": "Ctrl+Shift+E",
        "mac": "Command+Shift+E"
      },
      "description": "__MSG_sendAllTabs__"
    },
    "sendHighlightedTabs": {
      "suggested_key": {
        "default": "Ctrl+Shift+S",
        "mac": "Command+Shift+S"
      },
      "description": "__MSG_sendHighlightedTabs__"
    },
    "openAction": {
      "suggested_key": {
        "default": "Ctrl+Shift+1",
        "mac": "Command+Shift+1"
      },
      "description": "__MSG_openOTG__",
      "global": true
    }
  },
  "icons": {
    "16": "./assets/icon-16.png",
    "32": "./assets/icon-32.png",
    "48": "./assets/icon-48.png",
    "128": "./assets/icon-128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "tabGroups",
    "contextMenus"
  ],
  "host_permissions": [
    "https://www.onetab.group/api"
  ],
  "externally_connectable": {
    "matches": [
      "https://www.onetab.group/*"
    ]
  },
  "optional_permissions": [
    "*://*/*"
  ],
  "content_security_policy": {}
}