mailto:me

Mail websites to yourself for archiving or reading them later

mailto:me란 무엇입니까?

mailto:me은(는) h3nn3s에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mail websites to yourself for archiving or reading them later"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        mailto:me is a browser extension for Firefox and Chrome to email websites to yourself. If you want, it's a poor man's read-later system that relies on nothing more than your email inbox.

Features include:

- Configurable and persistent recipient address
- Mail subject extracted from page title / content
- Mail body supports:
  - Plain page link
  - Reader-view-like page content in markdown format
  - Reader-view-like page content in HTML format

mailto:me generates mailto:// hyperlinks and lets the browser open them in your email client of choice. Note that in order for the extension to work correctly it is essential that you have configured your web or local mail client as standard application for mailto:// links in the browser settings.                    

확장 프로그램 기본 정보

이름 mailto:me mailto:me
ID bcomoaoagbblmlcakoadkmnndpooiefe
공식 URL https://chromewebstore.google.com/detail/mailtome/bcomoaoagbblmlcakoadkmnndpooiefe
설명 Mail websites to yourself for archiving or reading them later
파일 크기 61.52 KB
설치 횟수 63
현재 버전 0.2.0
최근 업데이트 2021-08-24
출시 날짜 2020-11-11
평점 3.00/5 총 2 개의 평점
개발자 h3nn3s
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Johennes/mailto-me
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "mailto:me",
    "version": "0.2.0",
    "description": "Mail websites to yourself for archiving or reading them later",
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/action-16.png",
            "19": "icons\/action-19.png",
            "32": "icons\/action-32.png",
            "38": "icons\/action-38.png"
        },
        "default_title": "mailto:me"
    },
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "browser_style": true
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "mailto@me",
            "strict_min_version": "50.0"
        }
    }
}