Skip to content

Instantly share code, notes, and snippets.

@aherrman
Created October 7, 2009 14:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aherrman/204107 to your computer and use it in GitHub Desktop.
Save aherrman/204107 to your computer and use it in GitHub Desktop.
Firefox search plugin to open document in google docs
<SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/" xmlns:os="http://a9.com/-/spec/opensearch/1.1/">
<os:ShortName>Google Viewer</os:ShortName>
<os:Description>View document in google docs</os:Description>
<os:InputEncoding>UTF-8</os:InputEncoding>
<os:Image width="16" height="16">data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAANbY1E9YMgAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAIjSURBVHjanJFfSFNRHMe/9+xud/+62ubmYIEFoZUpvrQ99JD1HFFvPQVhZVIo5KugElTkSKOoDAZB4EsP1WtQFBixF4shtWkMi4bztpzuunvddPd0znSVeQ3yB18u5/7O9/P7nnMESim2qgej0XabJPXX+evb3bKMxYUcctnsh1KxOHixs+MZ3yNsBRgeuXthf0vraEPTAVBiQXWfBQa+TiWQmko+YpCzpoC+voHDR44dHd/d3IZCcWVT3ymJSE3GMfN5+hT5uykIgrTT6xnY29y6wWywQYt6CT+WlvFdXUbTwRYQQvpFk/RefyAY0o3fP7hRUXWIFgKHTYRQLkMrUwiSq80M4MzldZka9Jc5k9dYbCtqnRJkuxWSaIGLrRfyDGoCIGllPs0mBYtasTLZxgzc7HPbUeOwVVIQCMgyADEBrIxPfIyVtAK00ip4ED69xr6WwOuSKpC0kkUsnnxtBtA9FhWRe48RkB0gAljktbM7mXiazLyK29EnWDWMwU3POBQZicxm5npnVQppRy16zp2GL+CDlRC42fMlZ9KIjj3HRDzR+e7p/Ycb7uD6jcjlcDjU663z4eSZbugF9dqn6dS+hl3BcL3fE5xjd/PlWzpW0pduvX8x9rZi4gm4bg4Nd7189YYqSpZeuXqHHjrecYm1A0x7mBrXv3wtVT2V9Gbm0InzXX9u+pd4yds1VwGN8cnEtsxcwvr5eGWY8vjP+inAAAnCYGlDtONUAAAAAElFTkSuQmCC</os:Image>
<os:Url type="text/html" method="GET" template="http://docs.google.com/viewer?url={searchTerms}">
</os:Url>
</SearchPlugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment