lengstrom / falcon

Chrome extension for full text history search!
https://chrome.google.com/webstore/detail/falcon/mmifbbohghecjloeklpbinkjpbplfalb
GNU General Public License v3.0
1.83k stars 83 forks source link

Falcon

Chrome extension for flexible full text browsing history search. Press f, then space or tab, in the omnibar to start searching your previously visited websites!

Every time you visit a website in Chrome, Falcon indexes all the text on the page so that the site can be easily found later. Then, for example, if you type f <tab> mugwort, Falcon will show the websites you visited containing the text "mugwort"! Install from the Chrome store here or get the CRX file! (If you don't feel comfortable with that, look at Transparent Installation). Programmed by @andrewilyas and @lengstrom, art by Lucia Liu.

Example Usage

Examples

before: "yesterday at 5pm" after: "three weeks ago" emscripten blog "anish athalye"

-"cat food" just "a dog"

ethereum medium

ethereum medium after:11/29/2015 before:3/26/2016

Transparent Installation

If you don't feel comfortable installing a Chrome extension that can read and modify all data on the websites you visit from the webstore (we wouldn't either!), you can clone it on your local machine, read through our code to verify that it is not malicious, and then install it as an unpacked local extension through the menu in chrome://extensions/. This way you also won't receive any automatic updates, as well.

Preferences Page

To manage which URLs Falcon can index, delete websites from the index, and more, go to the preferences page.

"Extension Bar"

FAQ

"Will this index my bank statements?"

Nope! We have a blacklist of domains to avoid indexing that includes the majority of banking websites. You can edit them and add your own in the preferences page! If you accidentally visit a page that is indexed that you don't want indexed, you can go into preferences and delete it from your indexed pages.

"Do you store any information remotely?"

No, all information is stored locally! No data leaves your computer over the network.

More Details