Share link via email

Adds a button and context menu item to send the page URL or a link URL via email

什么是Share link via email?

Share link via email是由Cobote开发的Chrome扩展程序,该扩展的主要功能是“Adds a button and context menu item to send the page URL or a link URL via email”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Share link via email扩展crx文件

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

扩展使用说明

                        Create a new email with the current address, selected link or selected text.

The email will include the page title. You can set text to be added before and after the page URL in the email.

Email Clients to choose from:
Default mail application, Gmail, AOL mail, Outlook/Office 365 and Yahoo Mail.                    

扩展基本信息

名称 Share link via email Share link via email
ID ejdbkikfbnnhmachnnomjfgjbgkcnjkb
官方URL https://chromewebstore.google.com/detail/share-link-via-email/ejdbkikfbnnhmachnnomjfgjbgkcnjkb
简介 Adds a button and context menu item to send the page URL or a link URL via email
文件大小 74.03 KB
安装次数 83,103
当前版本 4.0.3
更新时间 2023-12-13
上架时间 2020-05-11
评分 3.93/5 共187次评分
开发者 Cobote
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://github.com/Cobote/share-link-via-email/issues
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Share link via email",
    "short_name": "Share Link",
    "version": "4.0.3",
    "description": "Adds a button and context menu item to send the page URL or a link URL via email",
    "manifest_version": 3,
    "icons": {
        "16": "images\/stock_mail.png",
        "48": "images\/stock_mail.png",
        "128": "images\/stock_mail.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage"
    ],
    "action": {
        "default_icon": {
            "19": "images\/stock_mail.png",
            "38": "images\/stock_mail.png"
        }
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "js\/service_worker.js",
        "type": "module"
    }
}