Para criar um conector de pesquisa referente a imagens do Bing, copie e cole o texto abaixo em um arquivo txt, renomeando sua extensão para .osdx. Por fim, basta dar um clique duplo no arquivo (Windows 7).
<?xml version="1.0" encoding="UTF-8"?> <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> <ShortName>Bing Image Search</ShortName> <Description>Use bing.com to search the image index.</Description> <Tags>Image</Tags> <LongName>bing.com Image Search</LongName> <Image width="16" height="16" type="image/gif">http://www.bing.com:80/s/rsslogo.gif</Image> <Query role="example" searchterms="seattle"/> <Developer>Microsoft Corporation, bing Search Development Team</Developer> <SyndicationRight>limited</SyndicationRight> <InputEncoding>UTF-8</InputEncoding> <OutputEncoding>UTF-8</OutputEncoding> <Url type="text/html" template="http://www.bing.com/images/search?q={searchTerms}"/> <Url type="application/rss+xml" template="http://api.bing.com/rss.aspx?source=image&query={searchTerms}&image.count=50&mkt={language?}"/> <ms-ose:ResultsProcessing format="application/rss+xml" xmlns:ms-ose="http://schemas.microsoft.com/opensearchext/2009/"> <ms-ose:PropertyDefaultValues> <ms-ose:Property schema="http://schemas.microsoft.com/windows/2008/propertynamespace" name="System.PropList.ContentViewModeForSearch">prop:~System.ItemNameDisplay;System.Size;~System.ItemPathDisplay</ms-ose:Property> </ms-ose:PropertyDefaultValues> </ms-ose:ResultsProcessing> </OpenSearchDescription>