MailtoX

Open email links with Gmail, Yahoo, Outlook, default client or copy to clipboard.

MailtoXとは何ですか?

MailtoXはMakeinfoによって開発されたChromeの拡張機能で、その主な機能は「Open email links with Gmail, Yahoo, Outlook, default client or copy to clipboard.」です。

拡張機能のスクリーンショット

screenshot
screenshot

MailtoX拡張機能のCRXファイルをダウンロード

MailtoX拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        MailtoX is a beautiful email link opener from your Chrome browser. It allows you to open the email links on a popup rather than opening email client directly. This extension has multiple options like Open with Gmail, Open with Yahoo Mail, Open with Outlook, default email app & copy to handle your email link clicks.  

No more regret about clicking on email link accidentally. Highly productive solution to manage your mailto clicks. 

✅  **Just one button click to copy the email address.**

✅  **You can choose which email program to send email.**

✅  **Privacy friendly. No data sharing.**                    

拡張機能の基本情報

名前 MailtoX MailtoX
ID ldkghcbecbpjifkpgfjinpjlddkhnpkd
公式URL https://chromewebstore.google.com/detail/mailtox/ldkghcbecbpjifkpgfjinpjlddkhnpkd
説明 Open email links with Gmail, Yahoo, Outlook, default client or copy to clipboard.
ファイルサイズ 63.05 KB
インストール数 37
現在のバージョン 1.2.2
最終更新日 2021-08-07
公開日 2021-07-04
開発者 Makeinfo
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MailtoX",
    "version": "1.2.2",
    "description": "Open email links with Gmail, Yahoo, Outlook, default client or copy to clipboard.",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "19": "assets\/icon19.png",
            "38": "assets\/icon38.png"
        }
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/jquery.min.js",
                "lib\/bootstrap.min.js",
                "content.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "styles\/styles.css"
    ]
}