leo-translate

Browser extension that translates words from English to Russian using LinguaLeo API

MIT License

Stars
58

LeoTranslate

This is an add-on for the Firefox and Firefox for Android browsers that helps you translate words from English to Russian and let you add these words to the your dictionary.

Installation

Get the Firefox Add-on from AMO gallery

Also you can build the add-on by yourself. The building process is described below.

Requirements

Build the extension

All the paths are specified relatively to the root of this repository.

  • First of all you need to install dependencies:
    • npm install
  • Next, you need to translate all the vue components to plain javascript code with the command:
    • npm run build
  • Next, you need to pack the extension into zip-file:
    • npm run web-ext:build

LeoTranslate

Firefox Firefox for Android, c web- Lingualeo.

AMO

, . .

:

 .
  • : * npm install

  • js-modules *.vue js : * npm run build

  • :
    
    • npm run web-ext:build

    , extension/web-ext-artifacts/ : leo_translate-{ }.zip

    , addons.mozilla.org ( !) Firefox about:config xpinstall.signatures.required false

Related Projects