Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEV-6310_add_ChromeStore_link #594

Merged
merged 2 commits into from
Aug 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
94 changes: 8 additions & 86 deletions docs/guides/browser-extension/install-browser-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,60 +42,25 @@ Projects built by the LUKSO community:

Click on link below to download the extension, based on the browser to which you want to install it.

### :inbox_tray: **[Download link (v1.3.3-MV2)](https://storage.googleapis.com/up-browser-extension/universalprofile-extension-v1.3.3-mv2.zip) (All other browsers)**
### :inbox_tray: **[Download from Chrome Web Store](https://chrome.google.com/webstore/detail/universal-profiles/abpickdkkbnbcoepogfhkhennhfhehfn) (Chrome / Brave)**

### :inbox_tray: **[Download link (v1.3.3-MV3)](https://storage.googleapis.com/up-browser-extension/universalprofile-extension-v1.3.3-mv3.zip) (Chrome)**

### :inbox_tray: **[Download Archive](https://storage.googleapis.com/up-browser-extension/universalprofile-extension-v1.4.0-mv2.zip) (All other browsers)**
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@asciiman @Hugoo @biancabuzea200 some questions

So this link is always pointing to a specific version of the extension on the chrome store?

question 1: If you release a new version of the extension (e.g: 1.4.18 is the latest with several bug fixes), how can we ensure that the user will download always the latest version when clicking on this button?

question 2: Is there not something like latest?

question 3: also, shouldn't it be mv3 favoured instead of mv2?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code on line 48 is not for the chrome store. This is the hardcoded link to google storage for non-chrome browsers. The link to the chrome store is on line 45, and this is always "latest".

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That means that for non-chrome browsers, we cannot have a "latest" link and will always have to update the link manually?


## Unpack the archive

Open your download folder and unpack the ZIP archive by opening the file.

## Install the extension

<Tabs>
<TabItem value="chrome" label="Chrome">

#### 1. Open the extension page in your browser.
## Install the extension

<Tabs>
<TabItem value="chrome-settings" label="Using Settings">

![Step 1 - Chrome: Extension Settings](/img/extension/chrome1.png)
<TabItem value="chrome" label="Chrome / Brave">

</TabItem>
<TabItem value="chrome-menu" label="Using Menu Bar">
## 1. Simply download the extension from the [Chrome Store](https://chrome.google.com/webstore/detail/universal-profiles/abpickdkkbnbcoepogfhkhennhfhehfn)

![Step 1 - Chrome: Extension Menu Bar](/img/extension/chrome2.png)
![Chrome Store view](/img/extension/chrome-store.png)

</TabItem>
<TabItem value="chrome-url" label="Using URL">

Type `chrome://extensions` into the searchbar to open the extension page.

</TabItem>
</Tabs>

#### 2. Enable the browser's developer mode.

![Step 2 - Chrome: Enable Developer Mode](/img/extension/chrome3.png)

#### 3. Load the extension from the folder.

Click _Load unpacked_ pointing to the extracted ZIP archive of the extension.<br/>

![Step 3 - Chrome: Load Extension](/img/extension/chrome4.png)

#### 4. Pin the extension.

Pin the extension to the extension bar and click on the icon to open it up.

![Step 4 - Chrome: Pin Extension](/img/extension/chrome5.png)

#### 5. Launch the extension.

Open the extension by clicking its icon from the menu bar.

![Step 5 - Chrome: Open Extension](/img/extension/chrome-launch-extension.webp)

</TabItem>
<TabItem value="edge" label="Edge">
Expand Down Expand Up @@ -183,50 +148,7 @@ Open the extension by clicking its icon from the menu bar.

![Step 5 - Opera: Open Extension](/img/extension/opera5.png)

</TabItem>
<TabItem value="brave" label="Brave">

#### 1. Open the extension page in your browser.

<Tabs>
<TabItem value="brave-settings" label="Using Settings">

![Step 1 - Brave: Settings](/img/extension/brave1.png)

</TabItem>
<TabItem value="brave-menu" label="Using Menu Bar">

![Step 1 - Brave: Menu Bar](/img/extension/brave2.png)

</TabItem>
<TabItem value="brave-url" label="Using URL">

Type `brave://extensions` into the searchbar to open the extension page.

</TabItem>
</Tabs>

#### 2. Enable the browser's developer mode.

![Step 2 - Brave: Developer Mode](/img/extension/brave3.png)

#### 3. Load the extension from the folder.

Click _Load unpacked_ pointing to the extracted ZIP archive of the extension.<br/>

![Step 3 - Brave: Load Extension](/img/extension/brave4.png)

#### 4. Pin the extension.

Pin the extension through the extension icon.

![Step 4 - Brave: Pin Extension](/img/extension/brave5.png)

#### 5. Launch the extension.

Open the extension by clicking its icon from the menu bar.

![Step 5 - Brave: Open Extension](/img/extension/brave6.png)


</TabItem>
<TabItem value="firefox" label="Firefox">
Expand Down
Binary file added static/img/extension/chrome-store.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.