/Lexin-dictionary-Chrome-Extension

This is a Google Chrome Extension providing a word translation based on the Lexin Swedish dictionary.

Primary LanguageTypeScriptGNU General Public License v2.0GPL-2.0

Lexin Chrome Extension

Build Status

About

This project is a Google Chrome Extension allowing users to translate any word selected on a page from Swedish to many other languages.

Supported languages:

  • Albanian
  • Amharic
  • Arabic
  • Azerbaijani
  • Bosnian
  • Croatian
  • English
  • Finnish
  • Greek
  • Northern Kurdish
  • Pashto
  • Persian
  • Russian
  • Serbian (Latin)
  • Serbian (Cyrillic)
  • Somali
  • South Kurdish
  • Spanish
  • Swedish
  • Turkish

Translations provided from Lexin dictionary and Folkets Lexikon

The extension can be installed from Chrome Web Store

License

Installation for development

Requirements:

  • node.js
  • npm
  • grunt-cli
  • Selenium and chromeDriver

After cloning repository run npm install from repository root

In order to build run grunt build

In order to run tests grunt test