使用javascript在chrome中设置mailto默认处理程序

时间:2012-03-25 04:36:37

标签: google-chrome gmail

我想用javascript在chrome中设置mailto默认处理程序。有没有办法做到这一点。 例如,我的默认处理程序是Outlook,我想用javascript程序将其更改为Gmail。

1 个答案:

答案 0 :(得分:2)

  

在Gmail中,将以下内容复制并粘贴到浏览器的地址栏中,然后按回车键。

javascript:window.navigator.registerProtocolHandler("mailto","https://mail.google.com/mail/?extsrc=mailto&url=%s","Gmail")

http://gmailblog.blogspot.com/2008/07/power-tip-set-gmail-as-your-default.html