Save To E-Mail

This extension will save page to e-mail

Save To E-Mail란 무엇입니까?

Save To E-Mail은(는) https://savetoemail.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will save page to e-mail"입니다.

확장 프로그램 스크린샷

screenshot

Save To E-Mail 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Simple service to send web pages to E-Mail in readable format. Please note that webpage (including forms and sensitive data) will be processed on external server (savetoemail.com) to transform to readable format.                    

확장 프로그램 기본 정보

이름 Save To E-Mail Save To E-Mail
ID kjdehgajbgoilbngcfephkialnfeiaob
공식 URL https://chromewebstore.google.com/detail/save-to-e-mail/kjdehgajbgoilbngcfephkialnfeiaob
설명 This extension will save page to e-mail
파일 크기 235 KB
설치 횟수 26
현재 버전 1.2.3
최근 업데이트 2018-03-01
출시 날짜 2018-03-01
평점 5.00/5 총 1 개의 평점
개발자 https://savetoemail.com
결제 유형 free
확장 프로그램 웹 사이트 https://savetiemail.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save To E-Mail",
    "description": "This extension will save page to e-mail",
    "version": "1.2.3",
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "browser_action": {
        "default_title": "Save To E-Mail",
        "default_icon": "images\/logo_128.png"
    },
    "options_page": "options.html",
    "icons": {
        "128": "images\/logo_128.png",
        "256": "images\/logo_256.png",
        "512": "images\/logo_512.png"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    }
}