Mailto: for Gmail™

Makes mailto: links open a Gmail™ compose window. Nothing more, nothing less.

Mailto: for Gmail™란 무엇입니까?

Mailto: for Gmail™은(는) Chris에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Makes mailto: links open a Gmail™ compose window. Nothing more, nothing less."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Mailto: for Gmail™ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension will make mailto: links open in a Gmail compose window. Nothing more, nothing less.

* Supports Google Apps accounts
* Works on javascript-inserted links
* Includes option of working on bcc: fields
* Option to open in new window rather than default tab

It supports to, cc, subject, and body (and optionally bcc) fields, and is made to be compatible with RFC2368, the mailto: scheme standard.

It doesn't modify the mailto:address itself, so you can still see the link in the status bar when you hover over it, which allows you to easily read the target at a glance.


Please note, some report the need to restart the browser for it to work. I have never had to, and can't figure out why it would be necessary, but if it's not working after installing, try a restart.


More info:
RFC2368 - The mailto URL scheme: http://www.faqs.org/rfcs/rfc2368.html
mailto links test page: http://www.scottseverance.us/mailto.html

Recent changes:
* Fix the extension breaking Angular JS sites
* Add an install message to make clear that reloading each tab is necessary

Privacy policy:
In short, this extension does not store or transmit any personal information.
Read the privacy policy here: http://ilikesleeping.co.uk/mailto-privacy-policy/                    

확장 프로그램 기본 정보

이름 Mailto: for Gmail™ Mailto: for Gmail™
ID dgkkmcknielgdhebimdnfahpipajcpjn
공식 URL https://chromewebstore.google.com/detail/mailto-for-gmail/dgkkmcknielgdhebimdnfahpipajcpjn
설명 Makes mailto: links open a Gmail™ compose window. Nothing more, nothing less.
파일 크기 19.24 KB
설치 횟수 119,616
현재 버전 2.6
최근 업데이트 2017-11-11
출시 날짜 2017-11-11
평점 3.79/5 총 406 개의 평점
개발자 Chris
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://ilikesleeping.co.uk/mailto-privacy-policy
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "mtgm.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Makes mailto: links open a Gmail\u2122 compose window.\nNothing more, nothing less.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "name": "Mailto: for Gmail\u2122",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "version": "2.6",
    "manifest_version": 2
}