Mail Message Copy
For use with Gmail™. Cleanly copy messages to your system clipboard.
Mail Message Copy란 무엇입니까?
Mail Message Copy은(는) dsblox에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "For use with Gmail™. Cleanly copy messages to your system clipboard."입니다.
확장 프로그램 스크린샷
Mail Message Copy 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | nmllcofldjdikokfkjnlkkfgpekbognc |
공식 URL | https://chrome.google.com/webstore/detail/mail-message-copy/nmllcofldjdikokfkjnlkkfgpekbognc |
설명 | For use with Gmail™. Cleanly copy messages to your system clipboard. |
파일 크기 | 34.19 KB |
설치 횟수 | 48 |
현재 버전 | 0.14 |
최근 업데이트 | 2016-07-06 |
출시 날짜 | 2016-07-06 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | dsblox |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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" } } |