JetBrains Toolbox Extension Firefox

Examine source code of JetBrains Toolbox Extension

Inspect and view changes in JetBrains Toolbox Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "JetBrains Toolbox Extension",
  "short_name": "Toolbox",
  "description": "Clone and open projects from GitHub, GitLab, Gitee, and Bitbucket in JetBrains IDEs right from your browser",
  "version": "3.0.0.53847",
  "icons": {
    "128": "icons/icon-128.png"
  },
  "action": {
    "default_icon": "icons/icon-disabled-128.png",
    "default_title": "JetBrains Toolbox Extension",
    "default_popup": "popups/disabled.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "github.js"
      ],
      "css": [
        "providers/github/assets/styles.css"
      ]
    },
    {
      "matches": [
        "https://gitee.com/*"
      ],
      "js": [
        "gitee.js"
      ],
      "css": [
        "providers/gitee/assets/styles.css"
      ]
    },
    {
      "matches": [
        "https://gitlab.com/*"
      ],
      "js": [
        "gitlab.js"
      ]
    },
    {
      "matches": [
        "https://bitbucket.org/*"
      ],
      "js": [
        "bitbucket.js"
      ]
    }
  ],
  "options_ui": {
    "page": "pages/options.html",
    "open_in_tab": true
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "https://github.com/*",
    "https://gitlab.com/*",
    "https://bitbucket.org/*",
    "https://gitee.com/*"
  ],
  "optional_host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{bf9e77ee-c405-4dd7-9bed-2f55e448d19a}"
    }
  }
}

Best JetBrains Toolbox Extension Alternatives

Here are some Firefox add-ons that are similar to JetBrains Toolbox Extension: