Skip to content

Latest commit

 

History

History
executable file
·
41 lines (31 loc) · 1.72 KB

File metadata and controls

executable file
·
41 lines (31 loc) · 1.72 KB

search-aggregator-web-extension

browser extension to search with many search engines in parallel

install

cd $(mktemp -d)
git clone --depth 1 --recurse-submodules --shallow-submodules \
  https://github.com/milahu/search-aggregator-browser-extension
cd search-aggregator-browser-extension
pnpm install
mkdir dist/
readlink -f dist/ # load this path as "unpacked extension" in chrome
npm run dev

similar projects

based on

package.json, vite.config.ts, ...

see also