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

https://github.com/devjubayr/uniword_client

Chrome extension for knowing any text meaning with definition in the web with simple integration
https://github.com/devjubayr/uniword_client

manifest reactjs tailwindcss web-project

Last synced: 5 days ago
JSON representation

Chrome extension for knowing any text meaning with definition in the web with simple integration

Awesome Lists containing this project

README

          

# Let's Install **Uniword**

[_Easy Installation Guide_](https://github.com/crosbow/Uniword)

Uniword is a Chrome extension that provides definitions for selected text, helping you easily understand the meaning of any word.

**Note:** The extension is currently in testing. If you're a developer, install the project locally by following the instructions below.

## Installation Guide

1. Clone the GitHub repository:

```bash
git clone git@github.com:crosbow/Uniword.git
```

2. Install dependencies:

```bash
npm install
```

3. Run the build command:

```bash
npm run build
```

After the build is complete, you’ll notice a **dist** folder.

You have successfully built **Uniword** 👏

Now, let’s set it up as a Chrome extension:

1. Open Chrome and paste this URL in the address bar:

```bash
chrome://extensions
```

2. Enable **Developer mode** (if it’s not already enabled) from the top-right corner of the page.

3. Click the **Load unpacked** button.

4. Select the **dist** folder that you just built.

🎉 Hurray! You have successfully added **Uniword** to your Chrome browser.