Email this page (ver I. DUMAIRE)
This extension allow you to send the URL with the selected text by email or Gmail quickly.
Email this page (ver I. DUMAIRE) là gì?
Email this page (ver I. DUMAIRE) là một tiện ích mở rộng Chrome được phát triển bởi idumaire, và tính năng chính của nó là "This extension allow you to send the URL with the selected text by email or Gmail quickly.".
Ả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 Email this page (ver I. DUMAIRE)
Tải xuống các tệp mở rộng Email this page (ver I. DUMAIRE) 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 an email button to the toolbar and then you can send the current page URL quickly to someone using your default email client/application. You can set a default email address, if you have the habit to send this kind of message to the same email. The selected text in the current page is added inside the email. The 2021 update integrate the right click shortcut to fire the action "send this page URL by email" 2021 Jan 27 : new feature, an option allow you to remove parameters in the URL (after '?') Do not hesitate to leave a message.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Email this page (ver I. DUMAIRE) |
ID | licmdalmnnmacjecaajcjdnjadoplnjo |
URL Chính Thức | https://chromewebstore.google.com/detail/email-this-page-ver-i-dum/licmdalmnnmacjecaajcjdnjadoplnjo |
Mô tả | This extension allow you to send the URL with the selected text by email or Gmail quickly. |
Kích Thước Tệp | 14.14 KB |
Số Lần Cài Đặt | 7,304 |
Phiên Bản Hiện Tại | 1.3.2 |
Cập Nhật Lần Cuối | 2021-01-28 |
Ngày Phát Hành | 2017-02-20 |
Đánh Giá | 3.48/5 Tổng số 40 Đánh Giá |
Nhà Phát Triển | idumaire |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Email this page (ver I. DUMAIRE)", "description": "This extension allow you to send the URL with the selected text by email or Gmail quickly.", "version": "1.3.2", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "128": "mail_128x128.png" }, "options_page": "options.html", "permissions": [ "tabs", "activeTab", "contextMenus" ], "browser_action": { "default_title": "Email this page !", "default_icon": "email_16x16.png" }, "manifest_version": 2 } |