Mail to Gmail
當網站使用Mailto時,自動開啟Gmail
What is Mail to Gmail?
Mail to Gmail is a Chrome extension developed by minwto, and its main feature is "當網站使用Mailto時,自動開啟Gmail".
Extension Screenshots
Download Mail to Gmail Extension CRX File
Download Mail to Gmail extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
點選網頁中mailto時,自動開啟Gmail信箱
Extension Basic Information
Name | Mail to Gmail |
ID | egnimlkfamidojgifcbfopdocijmapjp |
Official URL | https://chromewebstore.google.com/detail/mail-to-gmail/egnimlkfamidojgifcbfopdocijmapjp |
Description | 當網站使用Mailto時,自動開啟Gmail |
File Size | 55.87 KB |
Installation Count | 72 |
Current Version | 1.1 |
Last Updated | 2018-09-17 |
Publish Date | 2018-09-16 |
Developer | minwto |
[email protected] | |
Payment Type | free |
Supported Languages | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mail to Gmail", "description": "\u7576\u7db2\u7ad9\u4f7f\u7528Mailto\u6642\uff0c\u81ea\u52d5\u958b\u555fGmail", "version": "1.1", "permissions": [], "content_scripts": [ { "js": [ "jquery.min.js", "mailto.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "browser_action": { "default_icon": "icon.png" } } |