pnlpal / dictionariez

One dictionary to rule them all -- a browser extension to help you learn languages
https://pnlpal.dev
GNU General Public License v2.0
471 stars 28 forks source link

How to edit entry and add wordreference bilingual dictionary? #124

Closed omega3 closed 6 months ago

omega3 commented 8 months ago

How can I add to dictionaries bilingual dictionary? https://www.wordreference.com/enpl/

How to edit addExtraDict entry? You say here By code: At the settings page, open chrome's devtool, use function like this:

But how to do it on Firefox? Where is the config file?

Mapik0 commented 7 months ago

It's the same as in Chrome.

  1. Go to Dictionariez settings. You can do it by opening the Dictionariez extension page and press the Go to the settings.

image

  1. Now press F12 to open Mozila devtools. You'll see the console (if not chose the "console" tab), and the welcoming massage of Dictionariez will appear.

image

  1. Now just follow the instructions that are written on the welcome message. Pay attention! If it's the first time you work with the console, it will not let you insert your code easily, carefully read the massage that the console will tell you when you try to insert the code in the console.

image