diff --git a/docs/assets/extension-usage/copy-access-token.png b/docs/assets/extension-usage/copy-access-token.png deleted file mode 100644 index 00d09a0..0000000 Binary files a/docs/assets/extension-usage/copy-access-token.png and /dev/null differ diff --git a/docs/assets/extension-usage/create-access-token.png b/docs/assets/extension-usage/create-access-token.png deleted file mode 100644 index fb1d2f4..0000000 Binary files a/docs/assets/extension-usage/create-access-token.png and /dev/null differ diff --git a/docs/assets/extension-usage/extension-screenshot.png b/docs/assets/extension-usage/extension-screenshot.png deleted file mode 100644 index 8adedda..0000000 Binary files a/docs/assets/extension-usage/extension-screenshot.png and /dev/null differ diff --git a/docs/assets/extension-usage/extension-setting-page.png b/docs/assets/extension-usage/extension-setting-page.png index dfcff33..22e8cb2 100644 Binary files a/docs/assets/extension-usage/extension-setting-page.png and b/docs/assets/extension-usage/extension-setting-page.png differ diff --git a/docs/install-browser-extension.md b/docs/install-browser-extension.md index e22e826..505bbe7 100644 --- a/docs/install-browser-extension.md +++ b/docs/install-browser-extension.md @@ -10,34 +10,23 @@ For Chromuim based browsers, you can install the extension from the [Chrome Web For Firefox, you can install the extension from the [Firefox Add-ons](https://addons.mozilla.org/en-US/firefox/addon/your-slash/). -### Generate an access token +### Prerequisites -1. Go to your Slash instance and sign in with your account. - -2. Go to the settings page and click on the "Create" button to create an access token. - - ![](./assets/extension-usage/create-access-token.png) - -3. Copy the access token and save it somewhere safe. - - ![](./assets/extension-usage/copy-access-token.png) +- You need to have a Slash instance running. +- Sign in with your account on the Slash instance. ### Configure the extension +The extension needs to know the instance url of your Slash. You can configure it by following the steps below: + 1. Click on the extension icon and click on the "Settings" button. ![](./assets/extension-usage/extension-setting-button.png) -2. Enter your Slash's domain and paste the access token you generated in the previous step. +2. Enter the instance url of your Slash and then "Save". ![](./assets/extension-usage/extension-setting-page.png) -3. Click on the "Save" button to save the settings. - -4. Click on the extension icon again, you will see a list of your shortcuts. - - ![](./assets/extension-usage/extension-screenshot.png) - ### Use your shortcuts in the search bar You can use your shortcuts in the search bar of your browser. For example, if you have a shortcut named `gh` for [GitHub](https://github.com), you can type `s/gh` in the search bar and press `Enter` to go to [GitHub](https://github.com).