Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psygo/web-search-preview
Web Search Preview Browser Extension
https://github.com/psygo/web-search-preview
browser-extension search search-engine
Last synced: about 12 hours ago
JSON representation
Web Search Preview Browser Extension
- Host: GitHub
- URL: https://github.com/psygo/web-search-preview
- Owner: psygo
- Created: 2023-12-25T14:20:07.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-25T22:02:39.000Z (11 months ago)
- Last Synced: 2024-05-02T00:22:11.914Z (6 months ago)
- Topics: browser-extension, search, search-engine
- Language: TypeScript
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web Search Preview Browser Extension
Exploring web search preview, because I think the current state of previews is very underwheling.
The fact that most websites block cross-site requests pretty much makes this so much more underwhelming than it should be...
## Tasks
- [ ] Add `` to every result to see if it's performant.
- The real problem is that most websites don't allow for ``s...
- [ ] Maybe I could extend this to any link on any website, as a popover.## Other Web Search Preview Browser Extensions
- [Search Result Previews](https://chromewebstore.google.com/detail/search-result-previews/cedcejfiniojnlhlfhcppenochinijfo)
- The preview is done through an apparently preprocessed preview?
- [Search & Link Preview](https://chromewebstore.google.com/detail/search-link-preview/mmmfofondapflhgbdidadejnechhjocm)## References
- [How to Bundle a Chrome Extension with ESBuild](https://github.com/essentialkit/link-previews/blob/main/tools/esbuild.js)