Quote:
Originally Posted by kiwidude
I have also added the ability to optionally specify a submenu name to allow grouping menu item URLs.
|
Wow, this is great !
I wonder if it would be possible to have an option to select a bunch of favorites URLs and open them at the same time in the browser ?
That would be very useful... at least for me

I often open a site via the plugin, don't find want I want (comments, covers, etc.), go back in calibre, open an other website, and so on.
Thanks for your plugin. I use it all the time !
Some URLs I use, for French ebooks :
Code:
stip_search_internet_menus = [
('Le titre sur la Fnac', 'stip_fnac.png', 'http://recherche.fnac.com/Search/SearchResult.aspx?SCat=2&Search={title}', 'utf-8'),
('Le titre sur Amazon.fr', 'stip_amazon.png', 'http://www.amazon.fr/s/ref=nb_ss?__mk_fr_FR=%C5M%C5Z%D5%D1&url=search-alias%3Daps&field-keywords={title}', 'latin-1'),
('Le titre sur Google', 'stip_google.png', 'http://www.google.com/#sclient=psy&q={author}+"{title}"', 'utf-8'),
('Le titre sur Wikipedia', 'stip_wikipedia.png', 'http://fr.wikipedia.org/w/index.php?title=Sp%E9cial%3ARecherche&search={title}', 'utf-8'),
('Le titre sur Chapitre.com', 'stip_chapitre_com.png', 'http://www.chapitre.com/CHAPITRE/fr/search/Default.aspx?optSearch=BOOKS&titre={title}', 'utf-8', None),
(None, None, None, None),
('L\'auteur sur Wikipedia', 'stip_wikipedia.png', 'http://fr.wikipedia.org/w/index.php?title=Sp%E9cial%3ARecherche&search={author}', 'utf-8'),
(None, None, None, None),
('Images Google pour le livre', 'stip_google.png', 'http://www.google.com/images?q={author}+{title}', 'utf-8', _('Alt+I'))]