Skip to content

krv5vignesh/Dictionary-extension

Repository files navigation

Firefox WebExtension - English Popup Dictionary

GNU General Public License v3.0

Pull requests are accepted.

git clone https://github.com/krv5vignesh/Dictionary-extension.git

Download the WebExtension here: https://addons.mozilla.org/en-US/firefox/addon/english-popup-dictionary/

Getting Started

This section provides the instructions for the initial setup.

Prerequisites

  1. Git
  2. NodeJs Download and install latest LTS version
  3. Yarn Follow their instructions guide

Installation Setup

  1. Fork this project and clone in your local machine
  2. Make sure the prerequisites are installed
  3. Run cd <project_folder>
  4. Run yarn install to install all the dependencies