A browser extension compatible with Chrome and Firefox that allows you to find Homebrew Packages for the current website you are visiting.
- Compatible: Works with Manifest V2 and V3
- Convenient: Find install links and binary downloads for applications as you browse their site!
- Customizable: Change search settings and popup actions (in progress)
Search API from formulae.brew.sh
- Clone the Repo
npm install
npm run dev
to watch changes- Go to your browser and load the unpackaged add-on from the
build/chrome
orbuild/firefox
directory, depending on your browser.
npm test
in the working directory. All tests are run with Jest.
Tests are run automatically with Jest using GitHub Actions for every push.