Mail this link

Send A Link from Toolbar or ContextMenu

Mail this link란 무엇입니까?

Mail this link은(는) jkl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Send A Link from Toolbar or ContextMenu"입니다.

확장 프로그램 스크린샷

screenshot

Mail this link 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Wanna share websites or downloads by mail?
Miss the Firefox "Send Link.." ? 
This extension integrates into the ContextMenu to bring you the same functionality. 

Additionaly there is symbol for mailing the current page including page title in the toolbar. 

For feedback and bugs please send me a mail by clicking on the Support link.


v1.2 Improvements and Bugfixes                    

확장 프로그램 기본 정보

이름 Mail this link Mail this link
ID ngjdhjgbagpeimgpgloofkfoipgpdgdb
공식 URL https://chromewebstore.google.com/detail/mail-this-link/ngjdhjgbagpeimgpgloofkfoipgpdgdb
설명 Send A Link from Toolbar or ContextMenu
파일 크기 24.57 KB
설치 횟수 20,000
현재 버전 1.2
최근 업데이트 2016-04-22
출시 날짜 2016-04-22
평점 3.61/5 총 77 개의 평점
개발자 jkl
결제 유형 free
도움말 페이지 URL http://www.google.com/recaptcha/mailhide/d?k=01x_ZVSk77EpfRiHEKDTb_uw==&c=mADLgZNZEAYz2laQ_IcqPTMnGKFjA6l7-I9UbKTGlRg=
지원되는 언어 de,en
manifest.json
{
    "background": {
        "scripts": [
            "init.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_browseraction__"
    },
    "default_locale": "en",
    "description": "__MSG_extdesc__",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCov5wWaEysIq67LlOhI3dHAQoAtVES2NDQTaEi\/USyEW0CToFo619tLGDY1hHzIMvlxgx\/4kuq0arbmxP1jstGXEP0Mzmq\/ZyDA2moy\/e1U7Qoga9pqXn5H\/nC0ZPpSZbENJ9QR7OswxEaacxNTuRmqdoRKgBycNBIlZZLbNcv5wIDAQAB",
    "manifest_version": 2,
    "name": "__MSG_extname__",
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2"
}