Share link via email
Adds a button and context menu item to send the page URL or a link URL via email
Share link via email란 무엇입니까?
Share link via email은(는) Cobote에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds a button and context menu item to send the page URL or a link URL via email"입니다.
확장 프로그램 스크린샷
Share link via email 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Create a new email with the current address, selected link or selected text. The email will include the page title. You can set text to be added before and after the page URL in the email. Email Clients to choose from: Default mail application, Gmail, AOL mail, Outlook/Office 365 and Yahoo Mail.
확장 프로그램 기본 정보
이름 | Share link via email |
ID | ejdbkikfbnnhmachnnomjfgjbgkcnjkb |
공식 URL | https://chromewebstore.google.com/detail/share-link-via-email/ejdbkikfbnnhmachnnomjfgjbgkcnjkb |
설명 | Adds a button and context menu item to send the page URL or a link URL via email |
파일 크기 | 74.03 KB |
설치 횟수 | 83,103 |
현재 버전 | 4.0.3 |
최근 업데이트 | 2023-12-13 |
출시 날짜 | 2020-05-11 |
평점 | 3.93/5 총 187 개의 평점 |
개발자 | Cobote |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://github.com/Cobote/share-link-via-email/issues |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Share link via email", "short_name": "Share Link", "version": "4.0.3", "description": "Adds a button and context menu item to send the page URL or a link URL via email", "manifest_version": 3, "icons": { "16": "images\/stock_mail.png", "48": "images\/stock_mail.png", "128": "images\/stock_mail.png" }, "permissions": [ "contextMenus", "activeTab", "storage" ], "action": { "default_icon": { "19": "images\/stock_mail.png", "38": "images\/stock_mail.png" } }, "options_page": "options.html", "background": { "service_worker": "js\/service_worker.js", "type": "module" } } |