docs(browser-extension): update browsers and installation guide for devs

This commit is contained in:
wanhose 2022-08-02 12:37:22 +02:00
parent 41d0442600
commit 9f993f5399

View File

@ -8,34 +8,21 @@
## Compatibility ## Compatibility
- Google Chrome 51+. - All browsers based on Chromium 88+ (Blisk, Brave, Colibri, Epic Browser, Iron Browser, Vivaldi and many more)
- Microsoft Edge 15+. - Google Chrome 88+
- Mozilla Firefox 54+. - Microsoft Edge 88+
- Opera 38+. - ~~Mozilla Firefox 54+~~ (development stalled until further notice, you can still download and use this extension in its **5.5.5** version)
## Installation (on Google Chrome) ## Installation (only for developers)
1. Clone this repository. 1. Clone this repository and then run `yarn install`
2. Go to [chrome://extensions](chrome://extensions). 2. Build this repository running the command `yarn workspace browser-extension run build`
3. Enable **Developer mode** by clicking the toggle switch next to **Developer Mode**. 3. Go to [yourbrowser://extensions](yourbrowser://extensions) (different URL based on your browser)
4. Then, click the **LOAD UNPACKED** button and select the cloned folder. 4. Enable **Developer mode**
5. That's all, you have a development build of this extension. 5. Then, click the **Load unpacked** button and select the generated `build` folder
6. That's all, you have a development build of this extension
## Installation (on Mozilla Firefox) Please note, each time you want to see changes made in the code you will need to rebuild and refresh the extension
1. Clone this repository.
2. Go to [about:debugging](about:debugging).
3. Enter **This Firefox** section.
4. Then, click the **LOAD TEMPORARY ADD-ON** button and select any file inside the cloned folder.
5. That's all, you have a development build of this extension.
## Installation (on Microsoft Edge)
1. Clone this repository.
2. Go to [edge://extensions](edge://extensions).
3. Enable **Developer mode** by clicking the toggle switch next to **Developer Mode**.
4. Then, click the **LOAD UNPACKED** button and select the cloned folder.
5. That's all, you have a development build of this extension.
## Contributing ## Contributing