Skip to content

Instantly share code, notes, and snippets.

@iyulaev
Created October 20, 2012 00:52
Show Gist options
  • Save iyulaev/3921504 to your computer and use it in GitHub Desktop.
Save iyulaev/3921504 to your computer and use it in GitHub Desktop.
digi-key search plugin
<SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/" xmlns:os="http://a9.com/-/spec/opensearch/1.1/">
<os:ShortName>Digi-Key</os:ShortName>
<os:Description>Search for part names and numbers on the Digi-Key Corporation web catalog.</os:Description>
<os:InputEncoding>UTF-8</os:InputEncoding>
<os:Image width="16" height="16">data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACSSURBVDhPY2AgA1xgkCESQQ2Hq57BIOLEwAkkcelH1wBUvW7dOktLSzMG9m4GYUxt6Bp4GJg+fPjw////vXv3YtWGUwNQD1ZtWAIIYgMyQLYNpAFNGhcXoo0EDWfOnPH29ibKSRClWgxs9QyCBDyNrBQSxDg1YCrFrgEYX0DPwR1AOOKAsYsrjrHbQDAJkpGyGQAcWBHtR3MeHwAAAABJRU5ErkJggg==</os:Image>
<SearchForm>http://www.digikey.com/</SearchForm>
<os:Url type="text/html" method="GET" template="http://www.digikey.com/product-search/en">
<os:Param name="x" value="0"/>
<os:Param name="y" value="0"/>
<os:Param name="lang" value="en"/>
<os:Param name="site" value="us"/>
<os:Param name="KeyWords" value="{searchTerms}"/>
</os:Url>
</SearchPlugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment