https://github.com/milahu/search-aggregator-browser-extension
browser extension to search with many search engines in parallel
https://github.com/milahu/search-aggregator-browser-extension
metasearch metasearch-engine search-aggregation search-aggregator web-extension webext
Last synced: 2 months ago
JSON representation
browser extension to search with many search engines in parallel
- Host: GitHub
- URL: https://github.com/milahu/search-aggregator-browser-extension
- Owner: milahu
- License: mit
- Created: 2022-12-23T14:44:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-29T16:42:50.000Z (over 2 years ago)
- Last Synced: 2025-02-06T09:37:19.026Z (4 months ago)
- Topics: metasearch, metasearch-engine, search-aggregation, search-aggregator, web-extension, webext
- Language: TypeScript
- Homepage:
- Size: 389 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# search-aggregator-web-extension
browser extension to search with many search engines in parallel
## install
```sh
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
- https://github.com/rafket/metasearch - search engine aggregator browser extension, GPL license. written in JavaScript
- https://github.com/MichaelCurrin/search-dragon - search aggregator as a web page that will open multiple tabs with search results
- https://github.com/duolingo/metasearch - Search aggregator for Slack, Google Docs, GitHub, and more. written in JavaScript (TypeScript)
- boardreader.com - search many forums. closed source## based on
package.json, vite.config.ts, ...
- https://github.com/antfu/vitesse-webext
- https://github.com/xiaoluoboding/chrome-ext-mv3-starter## see also
- https://github.com/ayakashi-io/ayakashi - web scraping framework, domQL, scrape Single Page Apps, based on jsdom, for node.js
- https://github.com/topics/web-scraping?l=typescript
- https://github.com/topics/web-scraping?l=javascript
- https://github.com/lorien/awesome-web-scraping/blob/master/javascript.md#browser-automation-and-emulation
- https://github.com/lorien/awesome-web-scraping/blob/master/javascript.md#web-scraping-frameworks
- https://github.com/thecount2a/webhelperextension - Chrome extension that allows you to automate clicking, typing, and entering data into websites
- visual scraping
- https://github.com/crisdosyago/BrowserBox - remote browser isolation, providing a browser within a browser