Hi

Chrome extension which allows you to right click on selected text and search on multiple sites at the same time.

Thursday, May 14, 2015

0.3.4: minor changes

Nothing to see, unless you spent much time on the options page, which was slooow due to some AngularJS stuff (my lack of nowledge of it, really)

Changelog:

  • Minor bug fixes
  • Performance fixes in the options page
  • Confirm/Alert messages look nicer now
  • Updated a few localized new terms
Cheers!

3 comments:

  1. Hi. Is it possible to use JS with this? I don't think so, since this one that searches the current site doesn't work: javascript:location='http://www.google.com/search?num=100&q=site:'%20+%20escape(location.hostname)%20+%20'%20%S'%20;%20void%200

    ReplyDelete
  2. Hi Apropos,
    Thanks for commenting!

    I haven't tried any JavaScript links there, but because of the way I'm opening URLs I don't think it'll work... I guess I should consider excecuting JavaScript in a different way. Let me think about it. :)

    Cheers,

    Diego

    ReplyDelete
  3. Hi Diego,
    I added the custom URL search string to convert USD to AUD: https://www.google.com.au/search?q=convert+USD+%s+to+AUD
    However, on the menu, it displays 'Convert USB to AUD' !!
    I never knew Chrome did spell checking on extension display text.

    ReplyDelete