Mail to Gmail

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

Hvad er Mail to Gmail?

Mail to Gmail er en Chrome-udvidelse udviklet af minwto, og dens hovedfunktion er "當網站使用Mailto時,自動開啟Gmail".

Udvidelsesskærmbilleder

screenshot

Download Mail to Gmail-udvidelses-CRX-fil

Download Mail to Gmail-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Mail to Gmail Mail to Gmail
ID egnimlkfamidojgifcbfopdocijmapjp
Officiel URL https://chromewebstore.google.com/detail/mail-to-gmail/egnimlkfamidojgifcbfopdocijmapjp
Beskrivelse 當網站使用Mailto時,自動開啟Gmail
Filstørrelse 55.87 KB
Antal Installationer 72
Nuværende Version 1.1
Senest Opdateret 2018-09-17
Udgivelsesdato 2018-09-16
Udvikler minwto
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}