Send to Mail

Share a URL directly from your browser via email

Send to Mail란 무엇입니까?

Send to Mail은(는) https://blog.adrianistan.eu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Share a URL directly from your browser via email"입니다.

확장 프로그램 스크린샷

screenshot

Send to Mail 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Share your current tab URL via Email. Just click in the Send to Mail button or in the context menu. The title of the URL will be the title of the mail. Works with Gmail, Outlook, Thunderbird, ... If you have trouble and the addon doesn't work as expected, please visit chrome://settings/handlers.                    

확장 프로그램 기본 정보

이름 Send to Mail Send to Mail
ID ffcinmkbpiamlpccghkkglghggpahnab
공식 URL https://chromewebstore.google.com/detail/send-to-mail/ffcinmkbpiamlpccghkkglghggpahnab
설명 Share a URL directly from your browser via email
파일 크기 48.74 KB
설치 횟수 3,124
현재 버전 2.0.3
최근 업데이트 2021-03-21
출시 날짜 2020-01-30
평점 4.13/5 총 8 개의 평점
개발자 https://blog.adrianistan.eu
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://adrianistan.eu/
도움말 페이지 URL https://adrianistan.eu
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Send to Mail",
    "version": "2.0.3",
    "description": "Share a URL directly from your browser via email",
    "homepage_url": "https:\/\/adrianistan.eu",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "96": "icons\/96.png"
    },
    "applications": {
        "gecko": {
            "id": "send-to-mail@divel",
            "strict_min_version": "55.0"
        }
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "tabs",
        "notifications"
    ],
    "background": {
        "scripts": [
            "background\/mail.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/96.png"
    }
}