Mail to Gmail

當網站使用Mailto時,自動開啟Gmail

Was ist Mail to Gmail?

Mail to Gmail ist eine Chrome-Erweiterung, die von minwto entwickelt wurde, und ihr Hauptmerkmal ist "當網站使用Mailto時,自動開啟Gmail".

Erweiterungsscreenshots

screenshot

Mail to Gmail-Erweiterungs-CRX-Datei herunterladen

Laden Sie Mail to Gmail-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        點選網頁中mailto時,自動開啟Gmail信箱                    

Grundlegende Informationen zur Erweiterung

Name Mail to Gmail Mail to Gmail
ID egnimlkfamidojgifcbfopdocijmapjp
Offizielle URL https://chromewebstore.google.com/detail/mail-to-gmail/egnimlkfamidojgifcbfopdocijmapjp
Beschreibung 當網站使用Mailto時,自動開啟Gmail
Dateigröße 55.87 KB
Installationsanzahl 72
Aktuelle Version 1.1
Letztes Update 2018-09-17
Veröffentlichungsdatum 2018-09-16
Entwickler minwto
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}