Skip to content

pallavimshr/meaningo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meaningo!

A word meaning chrome extension

Screenshot

Description:

Meaningo is a chrome extension built using JavaScript, through which a user can get the meaning of any word on right click > Get Meaning. On clicking "Get Meaning", the original word gets replaced with its meaning with a red text color. We are using Free Dictionary API for getting the meanings of the words. If the word is missplled or meaning is not found, the word gets replaced with "!Meaning not found!".

This extension is made using:

  1. JavaScript
  2. Free Dictionary API

Pre-requisites to run the repo on localhost:

  1. Node

To run the repository on the system:

  1. Clone the repository and head to the base folder by running the following command in your CMD/bash/terminal:
   git clone https://github.com/pallavimshr/meaningo.git
   cd meaningo
  1. Install node_modules in the base folder by running:
   npm install
  1. Prepare the production build by running the following command. This will create a "build" folder in the base folder
   npm run build
  1. Go to your Chrome Extensions Page (chrome://extensions/) on your chrome browser and enable the "Developer mode"
  2. Click "Load unpacked" and select the build folder created
  3. Open any website and start using!

Snapshots

  1. Add Meaningo in your chrome extensions:

    Screenshot
  2. Go to any website on chrome and select a word:

    Screenshot
  3. Right click and select "Get Meaning":

    Screenshot
  4. Find the meaning replacing the original word in red color text:

    Screenshot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published