A word meaning chrome extension
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!".
- JavaScript
- Free Dictionary API
- Node
- 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
- Install node_modules in the base folder by running:
npm install
- Prepare the production build by running the following command. This will create a "build" folder in the base folder
npm run build
- Go to your Chrome Extensions Page (chrome://extensions/) on your chrome browser and enable the "Developer mode"
- Click "Load unpacked" and select the build folder created
- Open any website and start using!