-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,17 +9,17 @@ Browser extension to learn languages by watching movies and TV shows. | |
|
||
## Installation | ||
|
||
The extension supports Chrome, Firefox, Opera and Yandex. It should also work in other browsers that have WebExtensions API support, but it hasn't been tested yet. | ||
The extension supports Chrome and Chrome-based browsers. It should also work in other browsers that have WebExtensions API support, but it hasn't been tested yet. | ||
|
||
**Release version available on [Chrome Web Store](https://chrome.google.com/webstore/detail/easysubs/ocelmccppkcibiflhhepafdjjomimddf?utm_source=github&utm_medium=social&utm_campaign=github)** | ||
|
||
<a href="https://chrome.google.com/webstore/detail/easysubs/ocelmccppkcibiflhhepafdjjomimddf?utm_source=github&utm_medium=social&utm_campaign=github" target="_blank"> | ||
<img src="./docs/img/chrome-store.png" alt="chrome store" width="220px"> | ||
<img src="./chrome-store.png" alt="chrome store" width="220px"> | ||
</a> | ||
|
||
## Build | ||
|
||
1. Install node 18+ | ||
1. Install node 20+ | ||
2. Clone repo `git clone [email protected]:Nitrino/easysubs.git` | ||
3. Go to folder and install dependencies `cd easysubs && pnpm i` | ||
4. Build extension `pnpm build` | ||
|