« How to Update Google Chrome to the latest version!
Chrome’s Address Bar doubles as Google Search! »

14 Sep 08 Chrome Hack - How to make Email Bookmark for Gmail in Google Chrome!

Screenshot of the Gmail Write New Mail Bookmark

Screenshot of the Gmail Write New Mail Bookmark

Here’s a great way to make a Email Link bookmark in Gmail in Google Chrome so it takes you straight to “Compose Mail”.

Someone has posted a bookmarklet to email links with your default mail program, but for those who use Gmail as webmail, this will work.

Make a new bookmark and make the name Email with Gmail or whatever you want, and the URL

Code:
javascript:document.location='https://mail.google.com/mail/?ui=1&view=cm&fs=1&su='+document.title+'&body='+document.location;

If you want a pop-up bookmarklet, use the following URL

Code:
javascript:window.open('https://mail.google.com/mail/?ui=1&view=cm&fs=1&tf=1&su='+document.title+'&body='+document.location);return false;

That currently opens a new tab. I’m working on getting the pop-out effect that Gmail has.
Unfortunately, middle-clicking the first one does not work, because when it opens it in a new tab, it is reading the URL and title from that new tab instead of the original one you wanted to to link to. I may work on a solution to this in the future.

Oddly this makes the text box in Gmail not the width of the screen. I’m not sure why that is, but it works just fine- just looks a little funny. If anyone can offer any wisdom to this, I would appreciate it.

via chromespot Tags:, , , , , , , , , , , , , , , , , , ,

Related Posts

RSS feed | Trackback URI

Comments »

No comments yet.

Name (required)
E-mail (required - never shown publicly)
URI
Subscribe to comments via email
Your Comment (smaller size | larger size)
You may use <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> in your comment.