emvaized / selecton-extension

Selecton provides popup with actions on text selection in all major browsers
Other
76 stars 18 forks source link

Suggestion/Request #39

Closed Tw3ak3rz closed 2 years ago

Tw3ak3rz commented 2 years ago

I'm not having an actual problem, but it is sort of an issue.

The dictionary function almost always fails to produce a definition. Any chance that you can use dictionary.com or some other reference to check for definitions? You use Wikipedia currently it seems, hopefully there is a better option that works more often you can implement.

Thank you, this is one of the best extensions in terms of usefulness and I'm glad to have stumbled across it on reddit when you first released it.

emvaized commented 2 years ago

Thanks for your kind words!

Yeah, Dictionary button currently uses Wikipedia. To be more precise, it uses prop=extracts API.

This choice is reasoned because it's free, has a lot of info (not only words definitions, but also info on popular people, companies etc), and also supports multiple languages (Dictionary buttons tries to fetch info on user's language first). I'm not aware of any other publicly available and free API which can do all of that.

Tw3ak3rz commented 2 years ago

You're welcome.

I just hoped there was a way to look at other sources but I assumed it wouldn't be likely.

Thanks again!