Send to Mail

Share a URL directly from your browser via email

什么是Send to Mail?

Send to Mail是由https://blog.adrianistan.eu开发的Chrome扩展程序,该扩展的主要功能是“Share a URL directly from your browser via email”。

扩展截图

screenshot

下载Send to Mail扩展crx文件

下载Send to Mail扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Share your current tab URL via Email. Just click in the Send to Mail button or in the context menu. The title of the URL will be the title of the mail. Works with Gmail, Outlook, Thunderbird, ... If you have trouble and the addon doesn't work as expected, please visit chrome://settings/handlers.                    

扩展基本信息

名称 Send to Mail Send to Mail
ID ffcinmkbpiamlpccghkkglghggpahnab
官方URL https://chromewebstore.google.com/detail/send-to-mail/ffcinmkbpiamlpccghkkglghggpahnab
简介 Share a URL directly from your browser via email
文件大小 48.74 KB
安装次数 3,124
当前版本 2.0.3
更新时间 2021-03-21
上架时间 2020-01-30
评分 4.13/5 共8次评分
开发者 https://blog.adrianistan.eu
电子邮箱 [email protected]
付费类型 free
扩展官网 https://adrianistan.eu/
帮助页面URL https://adrianistan.eu
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Send to Mail",
    "version": "2.0.3",
    "description": "Share a URL directly from your browser via email",
    "homepage_url": "https:\/\/adrianistan.eu",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "96": "icons\/96.png"
    },
    "applications": {
        "gecko": {
            "id": "send-to-mail@divel",
            "strict_min_version": "55.0"
        }
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "tabs",
        "notifications"
    ],
    "background": {
        "scripts": [
            "background\/mail.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/96.png"
    }
}