How to customise Google chrome to add search options on a right click?
As short cuts, I have added various search engine entries in my browser to get to a page having a patterned URL easily.
But this still does not solve the problem completely. While browsing, if I see some text that corresponds to one of the pages, I nee开发者_高级运维d to copy the text, open a new tab and then use my search entry to go to that page.
A couple of steps can be saved if I can directly right click and go to the search engine.
How can I do that? Do I need to create an extension for this or something simpler can help?
Current:
- copy text
- open new tab
- search engine keyword followed by tab
- paste text
- press return
Desired:
- select text
- right click and select search
You can add context menu items via Chrome extensions - see the doc for more details.
However, there's no current way to remove core-Chrome context menu items; only ones created by your own extension. And from researching before, I also think there's no way to get a user's search engines - only hardcode the ones you want.
Install the Context Menu Search Add on in Google Chrome
I am using Chrome 11.0.696.71 as my browser , and I have not installed any addons. I have set Google as the default search engine.
However when searching, I select the text, right click , and in the context menu I have have the search option, please see screenshot.
Is this what you are looking for?
You are looking for an extension like Context Menu Search: https://chrome.google.com/webstore/detail/ocpcmghnefmdhljkoiapafejjohldoga
Here's another extension that I believe does what you're looking for...
I built it and I welcome your feedback! :)
Simple=Select+Search
I use SearchCenter.... https://chrome.google.com/webstore/detail/ndfplmdnbnefomnjiknbpejdceedhdmf
Like this >1: https://i.stack.imgur.com/Cuu4c.png Simple,
1) Find,download and install a chrome extension that supports this feature.
2) Edit the js files as text files.
3) Replace all the original links in the plug in with the link of the search engine that you want to use.
4) Add the new extension with a different name.
done
Dunno about that other extension but this one is exactly what you are asking for:
Multi-Search
https://chrome.google.com/webstore/detail/afmdpmddiokpdknaeofdnlclbpgehhce
It comes with preset searches but you can easily modify what you want through the options tab.
For example, I changed my settings and added The Free Dictionary dot com as the top line item in the sub menu. IMDB and Google and a few others are there by default but you can add or remove as you please.
Really excellent. Try it out.
I'm looking for an extension that can search the text in a URL link. So if the link is "www.example.com" and the hyperlink text is "Example", I want to be able to right click on the link and search "Example" via my custom search engines.
I can do this in Firefox easily using the "Context Search Origin" addon (https://addons.mozilla.org/en-US/firefox/addon/context-search-we/), but need something similar for Chrome. Closest thing I found for Chrome is this:
https://chrome.google.com/webstore/detail/context-menus/phlfmkfpmphogkomddckmggcfpmfchpn
But it searches the link URL instead of the link text.
You don't need to install an extension if you just want, for example, "Search Google for ...". If you go to Settings -> Manage search engines and you click on the little three-dot settings-icon on the line that says Google (or Bing, or Yahoo or whatever) in the list of "Default search engines", and choose "Make default", then the "Search Google for ..." starts appearing in the right-click menu (what I call the context menu)
精彩评论