Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "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": "2.6.0.36497", "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": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "github.js" ] }, { "world": "MAIN", "matches": [ "https:\/\/github.com\/*" ], "css": [ "providers\/github\/assets\/styles.css" ] }, { "matches": [ "https:\/\/gitee.com\/*" ], "js": [ "gitee.js" ] }, { "world": "MAIN", "matches": [ "https:\/\/gitee.com\/*" ], "js": [ "providers\/gitee\/assets\/scripts.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:\/\/*\/*" ] }