Note that there are some explanatory texts on larger screens.

plurals
  1. POMaking usage of Google Chrome's OmniBox [TAB] Feature for/on personal website?
    text
    copied!<p>I think the title explains it all but I am going deeper into my question anyway:</p> <p>How can I make use of the Chrome's Omnibox [TAB] feature for my website?</p> <p>As many users requested me to implement that feature on the site, I did research on the OpenSearchDescription and was very successful in implementation with the FireFox and IE7/IE8 Searchbar.</p> <p>Yet the implementation didn't quite work for the Chrome Omnibox [TAB] feature..</p> <p>Can you help me with that?</p> <p>My OSD.xml code:</p> <pre><code>&lt;OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/"&gt; &lt;ShortName&gt;MySite&lt;/ShortName&gt; &lt;Description&gt;My Site&lt;/Description&gt; &lt;InputEncoding&gt;UTF-8&lt;/InputEncoding&gt; &lt;Image width="16" height="16" type="image/x-icon"&gt;http://MySite.com/favicon.ico&lt;/Image&gt; &lt;Url type="application/x-suggestions+json" method="GET" template="http://ff.search.yahoo.com/gossip?output=fxjson&amp;amp;command={searchTerms}" /&gt; &lt;Url type="text/html" method="POST" template="http://MySite.com/query.php"&gt; &lt;Param name="sString" value="{searchTerms}"/&gt; &lt;/Url&gt; &lt;Url type="application/x-suggestions+json" template="suggestionURL"/&gt; &lt;moz:SearchForm&gt;http://www.MySite.com&lt;/moz:SearchForm&gt; &lt;/OpenSearchDescription&gt; </code></pre> <p>And this is the link to the osd file on my page:</p> <pre><code>&lt;link rel="search" type="application/opensearchdescription+xml" title="MySite" href="/opensearch.xml" /&gt; </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload