Skip to content

Commit

Permalink
use "Images" folder for images
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay-o-Way committed Aug 31, 2024
1 parent 3b9de04 commit 3fe0a10
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Docs/Edit-UserSettingsjson.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ This is a way to launch the browser when you have multiple launch methods or lau

Suppose you have multiple chrome profiles like this:

![image](https://user-images.githubusercontent.com/50218121/158058450-21eda36a-9794-4f34-97c7-ae5c5f105412.png)
:::image type="content" source=".\Images\ChromeProfiles.png" alt-text="Example of Chrome profile in .lnk shortcut":::

Then you might want to use this feature, instead of totally adding a new browser entity for each profile in the settings file. The following snippet demonstrates this feature.
Adding the `AlternateLaunches` field to the browser entity allows you to simply right-click on the browser icon in the selection window and choose the requiered option.
Expand All @@ -97,7 +97,7 @@ Adding the `AlternateLaunches` field to the browser entity allows you to simply

Right-clicking on the browser that has `AlternateLauches` brings up the context menu with options specified as in the settings file. On selecting the the URL will also automatically included while launching the browser.

![image](https://user-images.githubusercontent.com/50218121/172186598-9414b860-ecaf-4bb4-bc69-a49c6cfedfdb.png)
:::image type="content" source=".\Images\BrowserProfiles.png" alt-text="MainWindow with profile options on BrowserButtton":::

- `ItemName` - The name that shows up in the context menu for this launch
- `LaunchArgs` - Launch args. You can keep launch the browser in incognito, other browser profiles...
Binary file added Docs/Images/BrowserProfiles.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Docs/Images/ChromeProfiles.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Docs/Images/HurlMainWindow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ Hurl can be powered up with a _browser extension_ to let you open a browser tab
- Settings application to manage all the features (beta)
- Web Extension to open browser tabs in Hurl (experimental)

:::image source="https://github.com/user-attachments/assets/dc4cc718-abf8-4032-9ef9-df832a1d059b":::
:::image source="Docs\Images\HurlMainwindow.png" type="content" alt-text="MainWindow":::

> As a Web-Developer, Web-Surfer and someone who uses 3 browsers, Hurl is a bliss
> ~ Me probably
~ Me probably

## Installation and usage

Expand Down

0 comments on commit 3fe0a10

Please sign in to comment.