Well, if I'm reading the description correctly, chrome doesn't search the contents of the page afaik - just the url and title. On Oct 5, 2012 4:00 PM, "Kevin Holland" <[email protected]> wrote:
> Doesn't google chrome sync do exactly that? > > Sent from my iPhone > > On Oct 4, 2012, at 9:42 PM, Setiaji Kurniawan <[email protected]> > wrote: > > Hi Nick, > > This project come to me as in the right time. As i work in 2 different > place, so i got to save each bookmarks every time i make changes. Long ago > there is delicious site, save bookmarks in their cloud. Ill try your > tools... > > > > > On Fri, Oct 5, 2012 at 12:34 AM, Nick Thompson <[email protected]> wrote: > >> Hey all! >> >> I just built a chrome extension that scrapes and indexes your bookmarks >> so you can search them later by the content of your saved pages rather than >> by the url or title of the bookmark you saved it under. >> >> It's a pretty simple idea, and I'm not trying to shamelessly promote it; >> it's also open source, and I'm posting here in hopes of finding anyone >> interested enough in the idea to help me make it better. >> >> If you're interested check it out here: >> https://github.com/nick-thompson/Foundit >> >> The extension talks to a Node.js app hosted on Nodejitsu, which does all >> of the web scraping and builds an inverted index that the user later >> queries, and the rest of it is pretty simple client-side javascript. >> >> Thanks! :) >> >> -- >> Job Board: http://jobs.nodejs.org/ >> Posting guidelines: >> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines >> You received this message because you are subscribed to the Google >> Groups "nodejs" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/nodejs?hl=en?hl=en >> > > > > -- > *- setiaji -* <http://setiaji.wordpress.com> > > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
