Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ttop32 authored Jan 25, 2024
1 parent e123254 commit 2d5e454
Showing 1 changed file with 27 additions and 25 deletions.
52 changes: 27 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,36 @@ download from [chrome web store](https://chrome.google.com/webstore/detail/mouse
</table>
<!-- readme: contributors -end -->

# Change Log



# How to use
- [How to use](https://github.com/ttop32/MouseTooltipTranslator/blob/main/doc/intro.md#how-to-use)

# Change Log
- [Change Log](https://github.com/ttop32/MouseTooltipTranslator/blob/main/doc/description.md#change-log)



# Build yourself to install

1. Install node js, <https://nodejs.org/en/> , node 18
2. open terminal and type below

```console
git clone https://github.com/ttop32/MouseTooltipTranslator.git
cd MouseTooltipTranslator
npm install
npm run build // or 'npm run watch' for developing
```

3. You will see MouseTooltipTranslator/build path
4. Open chrome browser and goto chrome://extensions/
5. Turn on top right corner developer mode
6. Open the folder (MouseTooltipTranslator/build) as unpacked extension folder



# Language locale
We are looking for any locacle contributor
- [Locale](https://github.com/ttop32/MouseTooltipTranslator/tree/main/public/_locales)
Expand Down Expand Up @@ -148,34 +174,10 @@ We are looking for any locacle contributor



# How to use
- [How to use](https://github.com/ttop32/MouseTooltipTranslator/blob/main/doc/intro.md#how-to-use)



# Build yourself to install

1. Install node js, <https://nodejs.org/en/> , node 18
2. open terminal and type below

```console
git clone https://github.com/ttop32/MouseTooltipTranslator.git
cd MouseTooltipTranslator
npm install
npm run build // or 'npm run watch' for developing
```

3. You will see MouseTooltipTranslator/build path
4. Open chrome browser and goto chrome://extensions/
5. Turn on top right corner developer mode
6. Open the folder (MouseTooltipTranslator/build) as unpacked extension folder

# OCR

- Japanese OCR uses <https://github.com/ttop32/jpn_vert_traineddata>

# Privacy policy

- [Privacy policy](https://github.com/ttop32/MouseTooltipTranslator/blob/main/doc/privacy_policy.md)

# Acknowledgement and References
Expand Down

0 comments on commit 2d5e454

Please sign in to comment.