mailto

Send the current page using the default mail client

mailto란 무엇입니까?

mailto은(는) keikhosro.safavi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Send the current page using the default mail client"입니다.

확장 프로그램 스크린샷

screenshot

mailto 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A Chrome extension which sends the current URL using the configured default mail client.                    

확장 프로그램 기본 정보

이름 mailto mailto
ID nhfdmebpfpogeakgjmgbalpnmggnnchj
공식 URL https://chromewebstore.google.com/detail/mailto/nhfdmebpfpogeakgjmgbalpnmggnnchj
설명 Send the current page using the default mail client
파일 크기 15.22 KB
설치 횟수 4,255
현재 버전 0.0.2
최근 업데이트 2015-08-24
출시 날짜 2015-08-24
평점 4.63/5 총 8 개의 평점
개발자 keikhosro.safavi
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/keikhosro/mailto
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.0.2",
    "default_locale": "en_US",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/github.com\/keikhosro\/mailto",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon_19x19.png",
            "38": "images\/icon_38x38.png"
        }
    },
    "icons": {
        "16": "images\/icon_16x16.png",
        "19": "images\/icon_19x19.png",
        "38": "images\/icon_38x38.png",
        "48": "images\/icon_48x48.png",
        "128": "images\/icon_128x128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs"
    ]
}