[Ext] Search with Bookmarks

Announce and Discuss the Latest Theme and Extension Releases.
Post Reply
Luxor14
Posts: 1
Joined: September 3rd, 2016, 4:53 pm
Location: U.K.

[Ext] Search with Bookmarks

Post by Luxor14 »

ImageSearch with Bookmarks v1.4.5


Description: . Allows you to search any text selected on a website using your bookmarks in context-menu.
It's faster than using the address bar, and very convenient to use on multiple computers if you already synchronize your bookmarks.

AMO page: https://addons.mozilla.org/firefox/addo ... bookmarks/

Compatibility: Firefox 44+

License: MIT/X11 License


Main Features:
  • Automatically detects searchable bookmarks saved into your library and adds them into the context-menu.
  • Picks up favicons of websites and shows them on the context-menu when you do a search using the add-on.
  • You can re-order your bookmarks menu via Advanced Settings. ( They are sorted alphabetically by default. )
  • You can display search results on a new or currently active tab.
    If you go with the new tab option, you can additionally decide on displaying search results in a background or immediately activated tab.
Here's what it looks like:

Image


Developer's Comments:

As I specified above, the current version 1.4.5 is only compatible with Firefox v44 and newer versions.
If you have to use an old version of Firefox for some reason, you can install version 1.3.0 version of the add-on which is compatible with old versions down to Firefox v38.


Here's a few sample bookmarks to get you started:
Google UK

Code: Select all

https://www.google.co.uk/search?q=%s
Google US

Code: Select all

https://www.google.com/search?q=%s
DuckDuckGo

Code: Select all

https://duckduckgo.com/?q=%s&t=hh&ia=meanings
IMDB

Code: Select all

http://www.imdb.com/find?ref_=nv_sr_fn&q=%s&s=all
Film database
BBC

Code: Select all

http://www.bbc.co.uk/search?q=%s
News website
CNN

Code: Select all

http://edition.cnn.com/search/?text=%s
News website
Merriam Webster

Code: Select all

http://www.merriam-webster.com/dictionary/%s
Dictionary American English
Cambridge Dictionary

Code: Select all

http://dictionary.cambridge.org/search/english/direct/?q=%s
English Dictionary
Collins Dictionary

Code: Select all

http://www.collinsdictionary.com/dictionary/english-cobuild-learners/%s
English Dictionary
Urban Dictionary

Code: Select all

http://www.urbandictionary.com/define.php?term=%s
Dictionary for colloquial daily phrases
Wikipedia

Code: Select all

https://en.wikipedia.org/wiki/%s
Online encyclopedia
Stack Overflow

Code: Select all

http://stackoverflow.com/search?q=%s
Software Development Q&A Forum
Github

Code: Select all

https://github.com/search?utf8=%E2%9C%93&q=%s
Software Development - GIT repository
Reddit

Code: Select all

https://www.reddit.com/search?q=%s
Something about everything
eBay US

Code: Select all

http://www.ebay.com/sch/i.html?_from=R40&_trksid=p2050601.m570.l1313.TR0.TRC0.H0.XTEST.TRS0&_nkw=%s&_sacat=0
eBay UK

Code: Select all

http://www.ebay.co.uk/sch/i.html?_from=R40&_trksid=p2050601.m570.l1313.TR0.TRC0.H0.Xtest.TRS0&_nkw=%s&_sacat=0
Amazon US

Code: Select all

https://www.amazon.com/s/ref=nb_sb_noss_2/167-2386676-1155653?url=search-alias%3Daps&field-keywords=%s
Amazon UK

Code: Select all

https://www.amazon.co.uk/s/ref=nb_sb_noss_2/253-0113901-8428268?url=search-alias%3Daps&field-keywords=%s
Imgur

Code: Select all

http://imgur.com/search?q=%s
Image hosting, memes, etc.
Twitter

Code: Select all

https://twitter.com/search?q=%s&src=typd
YouTube

Code: Select all

http://www.youtube.com/results?search_query=%s
You can add any other websites that come with a search option.
All you need to do is; search on the website with a specific word, copy all the text in address/location bar,
create a bookmark with it, and change that specific word to %s before you save it.
Post Reply