Etymology Extension

Etymology Extension Used AI

4 devlogs
7h 4m
•  Ship certified
Created by billybu10

Firefox extension that let's you check etymology of the selected word. Just select the word, right-click, and choose "Check etymology of the selected word" from context menu. Uses Merriam-Webster's Collegiate® Dictionary api.

Timeline

Ship 1

1 payout of shell 80.0 shells

billybu10

3 months ago

billybu10 Covers 4 devlogs and 7h 4m

Changed typo in messages and prepared extension for upload to Mozilla Addons.

Update attachment

It's finished or at least should be. I was able to communicate between background script and page via hash in url(which might not be the best method but it works, and the data passed isn't exactly a secret). The only other thing, which posed some problems was parsing tokens used by dictionary. It was rather simple but i needed AI's help with regex and figuring out that String.prototype.replaceAll() does in fact support callback functions. The UI isn't the prettiest, but design isn't my strongest suit, but still, I'm quite satisfied with how it all turned out.

Update attachment

I tried using messages, it didn't work.

Update attachment

i did most of the work regarding getting the data and parsing it. unfortunately as far as i was able to tell, firefox doesn't allow setting cookies for a url different than the one loaded, so that's something i might need to work on, other than that i need to write structure of page presenting the data

Update attachment