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
- Host: GitHub
- URL: https://github.com/devjubayr/uniword_client
- Owner: devjubayr
- Created: 2025-10-24T09:04:24.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-24T14:24:37.000Z (9 months ago)
- Last Synced: 2025-11-18T07:27:15.863Z (8 months ago)
- Topics: manifest, reactjs, tailwindcss, web-project
- Language: JavaScript
- Homepage:
- Size: 101 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.