Mail to Gmail
當網站使用Mailto時,自動開啟Gmail
Wat is Mail to Gmail?
Mail to Gmail is een Chrome-extensie ontwikkeld door minwto, en de belangrijkste functie is "當網站使用Mailto時,自動開啟Gmail".
Extensie Screenshots
Download het CRX-bestand van de extensie Mail to Gmail
Download Mail to Gmail-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
點選網頁中mailto時,自動開啟Gmail信箱
Basisinformatie over de Extensie
Naam | Mail to Gmail |
ID | egnimlkfamidojgifcbfopdocijmapjp |
Officiële URL | https://chromewebstore.google.com/detail/mail-to-gmail/egnimlkfamidojgifcbfopdocijmapjp |
Beschrijving | 當網站使用Mailto時,自動開啟Gmail |
Bestandsgrootte | 55.87 KB |
Aantal Installaties | 72 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2018-09-17 |
Publicatiedatum | 2018-09-16 |
Ontwikkelaar | minwto |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |