Google Reader supports bookmarklets that allow for the quick sharing of anything that can be displayed on a browser. I believe the code for the Google Reader bookmarket is this (from the Google Reader interface):
javascript:var%20b=document.body;var%20GR________bookmarklet_domain='http://www.google.com';if(b&&!document.xmlVersion){void(z=document.createElement('script'));void(z.src='http://www.google.com/reader/ui/link-bookmarklet.js');void(b.appendChild(z));}else{}
One of the advantages of using bookmarklets is that they can be associated with quick search links, and can be triggered with short text strings typed in the URL field of a browser (both Chrome and Firefox support this). Is there any bookmarklet known for sharing in Google+?