Mail:To

Redirects mailto links to a gmail prompt.

Wat is Mail:To?

Mail:To is een Chrome-extensie ontwikkeld door sphexishgames, en de belangrijkste functie is "Redirects mailto links to a gmail prompt.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Mail:To

Download Mail:To-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Mail:To Mail:To
ID lilmknghkdipnbgjodeecllmkflfjmbe
Officiële URL https://chromewebstore.google.com/detail/mailto/lilmknghkdipnbgjodeecllmkflfjmbe
Beschrijving Redirects mailto links to a gmail prompt.
Bestandsgrootte 38.57 KB
Aantal Installaties 86
Huidige Versie 0.0.0.1
Laatst Bijgewerkt 2016-11-01
Publicatiedatum 2016-10-31
Beoordeling 1.00/5 Totaal 2 Beoordelingen
Ontwikkelaar sphexishgames
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}