- Download the latest release of the extension from the releases page.
- Unzip your download in a safe location and supply your Merriam-Webster API Key as
api_key
inexample.env.json
.1 - Rename
example.env.json
toenv.json
and navigate to to chrome://extensions/. - Enable Developer Mode at the top right and then click Load Unpacked on the left. Select the unzipped folder.
- And that's it!
Select any text and open the right click context menu. Click Find synonyms for 'word' to search for synonyms and antonyms.
In the extension popup, hold Shift when clicking on a synonym or antonym to copy it to the clipboard.
In the extension popup, hold Option (or Alt) when clicking on a synonym or antonym to open the Merriam-Webster definition in a new tab.
Footnotes
-
If you don't want to sign up for an API Key, set
use_merriam_webster
to false inenv.json
. dictionaryapi.dev will be used instead. ↩