Search with "pronounce:" and "define:"

By email:

Typing “define:word” and “pronounce:word” into the address bar of the Chrome browser (and likely others) produces the expected result. A PopClip extension that would open a new tab with this search would be handy for me.

I don’t have a ready technique for type in address bar exactly, but assuming you use a particular search engine (I’m going to assume Google but you can hopefuly see how to amend the snippet below to other engines):

#popclip
name: "Special Searches"
actions:
- title: "Search define:"
  icon: iconify:lucide:book-a
  url: https://google.com/search?q=define:***
- title: "Search pronounce:"
  icon: iconify:lucide:speech
  url: https://google.com/search?q=pronounce:***

(The above block is an extension snippet — select it then click “Install Extension” in PopClip.)

I used two icons from the same Lucide icon set.