Right Click Email for Gmail
Gives a right-click menu to open email links for gmail. Even if your default email application isn't set to gmail
什么是Right Click Email for Gmail?
Right Click Email for Gmail是由CenterOrbit开发的Chrome扩展程序,该扩展的主要功能是“Gives a right-click menu to open email links for gmail. Even if your default email application isn't set to gmail”。
扩展截图
下载Right Click Email for Gmail扩展crx文件
下载Right Click Email for Gmail扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Provides you with a right-click menu item to open Gmail with that links email address. For use with html "mailto:" links. Opens link in a new tab for Gmail, even if your default email application isn't Gmail.
扩展基本信息
名称 | Right Click Email for Gmail |
ID | dnlfochnjjonhempkinfokflaclicokg |
官方URL | https://chromewebstore.google.com/detail/right-click-email-for-gma/dnlfochnjjonhempkinfokflaclicokg |
简介 | Gives a right-click menu to open email links for gmail. Even if your default email application isn't set to gmail |
文件大小 | 20.25 KB |
安装次数 | 5,736 |
当前版本 | 0.7 |
更新时间 | 2016-12-29 |
上架时间 | 2016-12-28 |
评分 | 4.10/5 共20次评分 |
开发者 | CenterOrbit |
付费类型 | free |
扩展官网 | http://www.centerorbit.com/chrome-web-store/ |
帮助页面URL | https://github.com/centerorbit/RightClickEmailForGmail |
支持的语言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Right Click Email for Gmail", "description": "Gives a right-click menu to open email links for gmail. Even if your default email application isn't set to gmail", "version": "0.7", "homepage_url": "http:\/\/CenterOrbit.com", "permissions": [ "contextMenus" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "background": { "scripts": [ "gmailLink.js" ] }, "manifest_version": 2 } |