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 là gì?

Share link via email là một tiện ích mở rộng Chrome được phát triển bởi Cobote, và tính năng chính của nó là "Adds a button and context menu item to send the page URL or a link URL via email".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Share link via email

Tải xuống các tệp mở rộng Share link via email dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Share link via email Share link via email
ID ejdbkikfbnnhmachnnomjfgjbgkcnjkb
URL Chính Thức https://chromewebstore.google.com/detail/share-link-via-email/ejdbkikfbnnhmachnnomjfgjbgkcnjkb
Mô tả Adds a button and context menu item to send the page URL or a link URL via email
Kích Thước Tệp 74.03 KB
Số Lần Cài Đặt 83,103
Phiên Bản Hiện Tại 4.0.3
Cập Nhật Lần Cuối 2023-12-13
Ngày Phát Hành 2020-05-11
Đánh Giá 3.93/5 Tổng số 187 Đánh Giá
Nhà Phát Triển Cobote
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/Cobote/share-link-via-email/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}