Mail:To

Redirects mailto links to a gmail prompt.

What is Mail:To?

Mail:To is a Chrome extension developed by sphexishgames, and its main feature is "Redirects mailto links to a gmail prompt.".

Extension Screenshots

screenshot

Download Mail:To Extension CRX File

Download Mail:To 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

                        Mail:To makes all "mailto:" links popup a compose dialog from gmail. A very convenient fix to a problem that Google doesn't seem to want to fix.

Screenshot image has black boxes for privacy reasons.                    

Extension Basic Information

Name Mail:To Mail:To
ID lilmknghkdipnbgjodeecllmkflfjmbe
Official URL https://chromewebstore.google.com/detail/mailto/lilmknghkdipnbgjodeecllmkflfjmbe
Description Redirects mailto links to a gmail prompt.
File Size 38.57 KB
Installation Count 86
Current Version 0.0.0.1
Last Updated 2016-11-01
Publish Date 2016-10-31
Rating 1.00/5 Total 2 Ratings
Developer sphexishgames
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mail:To",
    "manifest_version": 2,
    "version": "0.0.0.1",
    "description": "Redirects mailto links to a gmail prompt.",
    "icons": {
        "128": "ext\/Mailto.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "ext\/jquery-2.2.4.min.js",
                "src\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "ext\/jquery-2.2.4.min.js",
            "src\/popup.js"
        ]
    }
}