https://github.com/kitsuyaazuma/DeepL-Chrome-Extension
Translation Chrome extension written in React and TypeScript
https://github.com/kitsuyaazuma/DeepL-Chrome-Extension
chrome-extension jest nextui react typescript webpack
Last synced: about 2 months ago
JSON representation
Translation Chrome extension written in React and TypeScript
- Host: GitHub
- URL: https://github.com/kitsuyaazuma/DeepL-Chrome-Extension
- Owner: Kitsuya0828
- License: mit
- Created: 2023-01-08T15:16:08.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-13T12:00:58.000Z (over 2 years ago)
- Last Synced: 2023-03-31T11:36:39.886Z (over 2 years ago)
- Topics: chrome-extension, jest, nextui, react, typescript, webpack
- Language: TypeScript
- Homepage:
- Size: 769 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DeepL Chrome Extension
generated from [chibat/chrome\-extension\-typescript\-starter: Chrome Extension TypeScript Starter](https://github.com/chibat/chrome-extension-typescript-starter)
| Pop-up | Right-click Menu |
| ---- | ---- |
||
|
You need [DeepL API Free](https://www.deepl.com/ja/pro-api) to use this extension.
Once set up, your credentials are synced to any Chrome browser you are logged into.
## Project Structure
| Path | Description |
| ---- | ---- |
| `src/` | Source files |
| `dist/` | Chrome Extension directory |
| `dist/js/` | Generated JavaScript files |## Setup
```
npm install
```## Build
```
npm run build
```## Run in Visual Studio Code
```
npm run run:chrome
```## Load extension to Chrome
Load `dist/` directory
## Test
```
npm run test
```