单击mailto时如何打开Gmail:单击它的同一浏览器中的链接?(铬/火狐)

max*_*max 33 email gmail firefox google-chrome

我刚刚安装了 12.04,单击mailto:链接时 Thunderbird 会打开。

我希望 Gmail 在浏览器中打开,在其中mailto:被点击。

  • 因此,如果我在 Firefox 中单击mailto:链接,则应打开一个带有 Gmail 的新 FF 选项卡。
  • 如果我在 Chrome 中,一个新的 Chrome 标签应该相应地打开。

有没有办法通过一些脚本来做到这一点?或者我需要在某些系统设置中进行设置吗?

wja*_*rea 41

您可以在单击mailto:链接时打开 Chrome :

访问Gmail,然后单击显示 URL 的多功能框中星形图标旁边的重叠双菱形图标。

http://i.stack.imgur.com/Vt7wJ.png

如果您没有看到它,请尝试重新加载页面。

来源,由mulogics在 Web Applications Stack Exchange 上提供

如果您以某种方式错过了机会并在菱形问题后说“不”,那么您有机会撤消该问题chrome://settings/handlers,其中 gmail 将被列为handler-question-blocked

  • @nedned 当我注意到 Gmail 被阻止成为电子邮件处理程序时,我只是在浏览我的 Chrome 设置。(在设置 -> 内容设置 -> 处理程序中。)不确定这是怎么发生的,但我现在让它工作了! (2认同)

Ale*_*dar 27

在 Firefox 中有一个选项。

Edit -> Preferences -> Applications -> mailto
Run Code Online (Sandbox Code Playgroud)

或者

Firefox menu -> Options -> Options -> Applications -> mailto
Run Code Online (Sandbox Code Playgroud)

Firefox 选项页面

  • 假设 OP 使用当前默认的 Firefox 浏览器和 Ubuntu,这应该被标记为“接受的答案”。 (2认同)

jok*_*ino 14

gnome-gmail 让你做到这一点。

这是从gnome-gmail包的控制文件中的描述部分读取的内容。

支持 Gmail 作为 GNOME 中首选的电子邮件应用程序

要安装gnome-gmail,请运行以下命令:

sudo apt-get install gnome-gmail
Run Code Online (Sandbox Code Playgroud)

安装后,打开gnome-gmail并调整您的设置。

但是,如果当您点击这些mailto:链接时,它会在首选浏览器中打开 Gmail 选项卡,而不是您当前使用的任何浏览器。