An open API service indexing awesome lists of open source software.

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

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 |
| ---- | ---- |
| スクリーンショット 2023-01-15 11 39 18 | スクリーンショット 2023-01-15 11 41 22 |

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

スクリーンショット 2023-01-15 11 28 48

## Test
```
npm run test
```