Send URL

Implements a button to send page URL (link) via email.

Send URL là gì?

Send URL là một tiện ích mở rộng Chrome được phát triển bởi keejelo, và tính năng chính của nó là "Implements a button to send page URL (link) via email.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Send URL

Tải xuống các tệp mở rộng Send URL 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

                        This extension adds a button (next to the addressbar) which allows you to send a webpage URL (link) via email.

Example: if you use Gmail, then it opens a new send-mail window and adds the webpage title to the email title field, and puts the webpage url in the body of the email. All you have to do is choose a mail recipient and click send.

An easy way to share webpages with your contacts and friends.

Enjoy!


Technical information:
This extension is using the "mailto:" protocol, so all email related issues like which mailclient that opens up and how the mail is formatted is 
related to your system and what your system does with the "mailto:" protocol. So if things don't work as expected or you want to change things, then check your systems "mailto:" protocol settings.

Changelog: 
0.9.5.2 - updated to support Manifest version 3.

0.9.5 - fixed a bug that sometimes just opened a blank page. Should be fixed now.                    

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

Tên Send URL Send URL
ID fmanefafgomooabofffoidipbfdbjilh
URL Chính Thức https://chromewebstore.google.com/detail/send-url/fmanefafgomooabofffoidipbfdbjilh
Mô tả Implements a button to send page URL (link) via email.
Kích Thước Tệp 10.73 KB
Số Lần Cài Đặt 8,716
Phiên Bản Hiện Tại 0.9.5.2
Cập Nhật Lần Cuối 2023-12-11
Ngày Phát Hành 2019-07-24
Đánh Giá 3.67/5 Tổng số 21 Đánh Giá
Nhà Phát Triển keejelo
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Send URL",
    "short_name": "Send URL",
    "description": "Implements a button to send page URL (link) via email.",
    "version": "0.9.5.2",
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "action": {
        "default_icon": "icon16.png",
        "default_popup": "a.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}