From cbc89f279b55cbb235c630b0cbdd05658364d849 Mon Sep 17 00:00:00 2001 From: Quinn Slack Date: Thu, 25 Oct 2018 12:43:58 -0700 Subject: [PATCH] Create simpler_browser_extension_options_menu.md --- projects/simpler_browser_extension_options_menu.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 projects/simpler_browser_extension_options_menu.md diff --git a/projects/simpler_browser_extension_options_menu.md b/projects/simpler_browser_extension_options_menu.md new file mode 100644 index 00000000000..06c392ab9a2 --- /dev/null +++ b/projects/simpler_browser_extension_options_menu.md @@ -0,0 +1,9 @@ +# Simpler browser extension options menu + +We've simplified the options menu in the [Sourcegraph browser extension](https://docs.sourcegraph.com/integration/browser_extension) for Chrome and Firefox. It's down to a single menu that you can open by clicking on the extension icon in your browser toolbar (or by visiting your browser's extension settings, if you hide the toolbar icon). + +All you need to do is point it at your Sourcegraph instance (or https://sourcegraph.com for public code), and it'll add code intelligence to your code host. If you visit a new code host (such as a self-hosted GitHub Enterprise or GitLab), just click on the extension icon to be prompted to authorize the extension to run on that domain. + +Here's what it looks like: + +