Semantic search on webpages by asking natural questions
Ctrl+Shift+F is all you need!
Ctrl+F might not always be your Swiss Army knife for quickly finding information in huge webpages. This extension tries to fix that by allowing you to ask questions in natural language. It can also help you find URLs buried in hyperlinks.
Whenever you activate the extension (either by clicking on the icon / key shortcut), it first starts to understand 1 the article. Once ready, as you can write your query in the box and submit, it'll fetch the answers 2 and highlight them on the webpage.
In case you're wondering, yes there's a backend component (source code) to which this extension sends requests to. It does the OpenAI talking, some coordination and a bit of caching.
Chrome Web Store link would be available as soon as Google senpai approves it
- Download as ZIP
- Load as unpackaged extension
The extension is rough around the edges, and often points out inaccurate results. Pull requests are welcome!
A haystack and a magnifying glass.
- This project was bootstrapped with Chrome Extension CLI
- This project was heavily inspired by the architecture and UI elements of Shift-Ctrl-F