Send URL
Implements a button to send page URL (link) via email.
Send URL란 무엇입니까?
Send URL은(는) keejelo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Implements a button to send page URL (link) via email."입니다.
확장 프로그램 스크린샷
Send URL 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension adds a button (next to the addressbar) which allows you to send a webpage URL (link) via email. Example: if you use Gmail, then it opens a new send-mail window and adds the webpage title to the email title field, and puts the webpage url in the body of the email. All you have to do is choose a mail recipient and click send. An easy way to share webpages with your contacts and friends. Enjoy! Technical information: This extension is using the "mailto:" protocol, so all email related issues like which mailclient that opens up and how the mail is formatted is related to your system and what your system does with the "mailto:" protocol. So if things don't work as expected or you want to change things, then check your systems "mailto:" protocol settings. Changelog: 0.9.5.2 - updated to support Manifest version 3. 0.9.5 - fixed a bug that sometimes just opened a blank page. Should be fixed now.
확장 프로그램 기본 정보
이름 | Send URL |
ID | fmanefafgomooabofffoidipbfdbjilh |
공식 URL | https://chromewebstore.google.com/detail/send-url/fmanefafgomooabofffoidipbfdbjilh |
설명 | Implements a button to send page URL (link) via email. |
파일 크기 | 10.73 KB |
설치 횟수 | 8,716 |
현재 버전 | 0.9.5.2 |
최근 업데이트 | 2023-12-11 |
출시 날짜 | 2019-07-24 |
평점 | 3.67/5 총 21 개의 평점 |
개발자 | keejelo |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Send URL", "short_name": "Send URL", "description": "Implements a button to send page URL (link) via email.", "version": "0.9.5.2", "permissions": [ "tabs", "activeTab" ], "action": { "default_icon": "icon16.png", "default_popup": "a.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |