Send Page
Allows you to easily send the url of a page, link, image or video per mail.
Send Page란 무엇입니까?
Send Page은(는) jacques.stadler에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows you to easily send the url of a page, link, image or video per mail."입니다.
확장 프로그램 스크린샷
Send Page 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension adds a new context menu entry called "Send this page.." when right clicking a image, video, link or page. By clicking on "Send this page.." your default (local or web) mail client will create a new mail with the page title as subject and the link as message body. It provides a fast way to quickly send a link to the current website per e-mail to somebody. It works with local Mail clients and WebMail accounts like GMail, Hotmail, etc. Note that if you use a local mail client a default Mail client must be registered on the computer. For sources, latest changes and troubleshoot infos go to: https://github.com/stadler/SendPage
확장 프로그램 기본 정보
이름 | Send Page |
ID | higemadklcnjhjpgcbnnbpgeeippjjcp |
공식 URL | https://chromewebstore.google.com/detail/send-page/higemadklcnjhjpgcbnnbpgeeippjjcp |
설명 | Allows you to easily send the url of a page, link, image or video per mail. |
파일 크기 | 26.19 KB |
설치 횟수 | 26,570 |
현재 버전 | 3.0 |
최근 업데이트 | 2023-12-09 |
출시 날짜 | 2016-07-12 |
평점 | 3.10/5 총 170 개의 평점 |
개발자 | jacques.stadler |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/stadler/SendPage |
개인정보 보호 정책 페이지 URL | https://github.com/stadler/SendPage/blob/master/TermsOfUse.md |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Send Page", "description": "Allows you to easily send the url of a page, link, image or video per mail.", "version": "3.0", "manifest_version": 3, "author": "Jacques Stadler", "homepage_url": "https:\/\/github.com\/stadler\/SendPage", "icons": { "16": "images\/send-page-16.png", "48": "images\/send-page-48.png", "128": "images\/send-page-128.png" }, "options_ui": { "page": "options.html" }, "background": { "service_worker": "sendpage.js" }, "permissions": [ "contextMenus", "storage" ] } |