0

I'm trying to add custom search engine to chrome omnibox, one of these which I wanted was Java Documentation. I failed and I have no more ideas how to solve it.

The search engine that I want to use: http://docs.oracle.com/javase/search.html And I need link with variable '%s' at position of searching phrase.

+Maybe any better searching engine for Java Doc?

4

2 回答 2

3

Right clicking the search engine in your link didn't work for me, neither did that URL.

Here are the ones I got to work:

Search limited to Java 7 doc:

http://search.oracle.com/search/search?search_p_main_operator=all&group=Documentation&q=%s+url%3A%2Fjavase%2F7%2Fdocs%2Fapi&docsets=%2F7%2Fdocs%2Fapi

Search in all Java SE:

http://search.oracle.com/search/search?search_p_main_operator=all&group=Documentation&q=%s+url%3A%2Fjavase&docsets=%2F7%2Fdocs%2Fapi

于 2012-11-12T18:39:10.160 回答
0

I manage to do it, if manually enter: http://docs.oracle.com/javase/search.html?search_p_main_operator=all&group=Documentation&q=&searchField=%s&docsets=

But there is second much easier way to do it, just press right click on search engine and click "add search engine".

于 2012-10-31T10:44:10.130 回答