diff --git a/README.md b/README.md index 103076e..cec2f9a 100644 --- a/README.md +++ b/README.md @@ -8,15 +8,16 @@ Chrome/Opera extension to romanize Japanese song lyrics on Spotify ## Features -- [] Chrome Web Store +- [ ] Chrome Web Store - [x] Romanize Spotify lyrics -- [] Loading indicating that romanization is taking place. -- [] Option to disable romanization -- [] Follow the browser extension design pattern +- [ ] Loading indicating that romanization is taking place. +- [ ] Option to disable romanization +- [ ] Follow the browser extension design pattern +- [ ] Support for Russian, Chinese and Korean lyrics. ## Installation -1. Download the latest release here on Github +1. Download the [latest release](https://github.com/Cristian-Sknz/kashi-extension/releases) here on Github 2. Choose the type you want to use: - `Light` this version is lighter, as it does not use the packages for romanization, but it may take longer to romanize the letters. - `Dict` this version is heavier, as it uses a packages for romanization, but the letters are romanized instantly. @@ -24,6 +25,8 @@ Chrome/Opera extension to romanize Japanese song lyrics on Spotify 1. Go to [_chrome://extensions_](chrome://extensions) in Google Chrome or `extensions` in Opera 2. With the developer mode checkbox ticked, click **Load unpacked extension...** and select the _extracted folder_. + + ## Development -Use `npm install` or `yarn install` to install the dependencies, you will have to use an editor that supports Typescript. \ No newline at end of file +Use `npm install` or `yarn install` to install the dependencies, you will have to use an editor that supports Typescript.