Mail Message Copy

For use with Gmail™. Cleanly copy messages to your system clipboard.

Mail Message Copy là gì?

Mail Message Copy là một tiện ích mở rộng Chrome được phát triển bởi dsblox, và tính năng chính của nó là "For use with Gmail™. Cleanly copy messages to your system clipboard.".

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

screenshot
screenshot
screenshot

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

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

                        Copies the Gmail™ message you are reading to your system's clipboard in a clean format.  This is useful anytime you want to store a Gmail™ message in another place or application.

Gmail's™ web interface is fantastic for interacting with your messages, but if you'd like to take the message out of Gmail™ there is no easy way to collect the message, with headers, in one step: you have to collect Subject, Date, From, To and the actual message separately -- until now.

Mail Message Copy collects all the information you need in one simple click.  Using it is easy.  Open the Gmail™ you want to copy and click the icon.  Your message is copied to the clipboard and now you can paste it anywhere you want.

Features include:
 + Collection of subject, from, to, date and message with one click
 + HTML formatting with large Subject at the top, other fields lined up
 + Sensitive to the first "expanded" message: expand a message to pick the one to copy
 + HTML formatting of the body of the message

Gmail™ is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.                    

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

Tên Mail Message Copy Mail Message Copy
ID nmllcofldjdikokfkjnlkkfgpekbognc
URL Chính Thức https://chrome.google.com/webstore/detail/mail-message-copy/nmllcofldjdikokfkjnlkkfgpekbognc
Mô tả For use with Gmail™. Cleanly copy messages to your system clipboard.
Kích Thước Tệp 34.19 KB
Số Lần Cài Đặt 48
Phiên Bản Hiện Tại 0.14
Cập Nhật Lần Cuối 2016-07-06
Ngày Phát Hành 2016-07-06
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển dsblox
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": 2,
    "name": "Mail Message Copy",
    "short_name": "Mail Copy",
    "description": "For use with Gmail\u2122.  Cleanly copy messages to your system clipboard.",
    "version": "0.14",
    "background": {
        "scripts": [
            "message_copy.js"
        ],
        "persistent": false
    },
    "permissions": [
        "clipboardWrite",
        "tabs",
        "https:\/\/mail.google.com\/",
        "clipboardRead"
    ],
    "browser_action": {
        "default_icon": "Mail Clip 48x48.png"
    },
    "icons": {
        "16": "Mail Clip 16x16.png",
        "48": "Mail Clip 48x48.png",
        "128": "Mail Clip 128x128.png"
    }
}