diff --git a/docs/chrome-extension/using-the-chrome-extension.md b/docs/chrome-extension/using-the-chrome-extension.md index ef176fa3..36fa00aa 100644 --- a/docs/chrome-extension/using-the-chrome-extension.md +++ b/docs/chrome-extension/using-the-chrome-extension.md @@ -70,24 +70,39 @@ The extension enables easier PR reviews by augmenting the PR review page with AI _Note: The following features are not available on private repositories._ ### AI Code Refactoring + +Refactor a block of code by using the blue plus button that is displayed when hovering over a line. To select a block of code, hover over the starting line, click and drag the blue plus button until the desired line. + ![generate code refactor](../../static/gif/pr-code-refactor.gif) ### AI Code Test Generation + +Generate tests for a block of code by using the blue plus button that is displayed when hovering over a line. To select a block of code, hover over the starting line, click and drag the blue plus button until the desired line. + ![generate code refactor](../../static/gif/pr-code-test.gif) ### AI Code Explanation + +Generate an explanation for a block of code by using the blue plus button that is displayed when hovering over a line. To select a block of code, hover over the starting line, click and drag the blue plus button until the desired line. + ![generate code refactor](../../static/gif/pr-code-explain.gif) ### View valuable insights about your GitHub profile +View stats about open issues, PRs made, average PRs velocity, and contributed repos that are in the OpenSauced database. This page can be found by clicking the profile picture at the top left of the extension. + ![GitHub Profile Insights](../../static/img/extension-popup.png) ### Invite GitHub users to join OpenSauced with a single click +Invite other users to create an OpenSauced account to keep track of open source contributions when visiting their GitHub profile. + ![Invite GitHub Users](../../static/img/extension-invite.png) ### View GitHub users' OpenSauced profiles and connect with them +View a user’s OpenSauced profile when on their GitHub profile page. + ![View OpenSauced Profiles](../../static/img/extension-view.png) ### Quick Access to important OpenSauced links @@ -112,4 +127,4 @@ If you post a successful highlight it will show you a message with an option to If you presented with an error with the summarization it will be printed in the text area, this is an example of it: -![Error message](https://user-images.githubusercontent.com/18273833/241762187-f6968a71-c344-495f-8eed-f1de9aff7599.gif) \ No newline at end of file +![Error message](https://user-images.githubusercontent.com/18273833/241762187-f6968a71-c344-495f-8eed-f1de9aff7599.gif)