Send to Mail
Share a URL directly from your browser via email
Send to Mail là gì?
Send to Mail là một tiện ích mở rộng Chrome được phát triển bởi https://blog.adrianistan.eu, và tính năng chính của nó là "Share a URL directly from your browser via email".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Send to Mail
Tải xuống các tệp mở rộng Send to Mail 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Send to Mail |
ID | ffcinmkbpiamlpccghkkglghggpahnab |
URL Chính Thức | https://chromewebstore.google.com/detail/send-to-mail/ffcinmkbpiamlpccghkkglghggpahnab |
Mô tả | Share a URL directly from your browser via email |
Kích Thước Tệp | 48.74 KB |
Số Lần Cài Đặt | 3,124 |
Phiên Bản Hiện Tại | 2.0.3 |
Cập Nhật Lần Cuối | 2021-03-21 |
Ngày Phát Hành | 2020-01-30 |
Đánh Giá | 4.13/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | https://blog.adrianistan.eu |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://adrianistan.eu/ |
URL Trang Trợ Giúp | https://adrianistan.eu |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |