Email this page (ver I. DUMAIRE)
This extension allow you to send the URL with the selected text by email or Gmail quickly.
Email this page (ver I. DUMAIRE)란 무엇입니까?
Email this page (ver I. DUMAIRE)은(는) idumaire에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allow you to send the URL with the selected text by email or Gmail quickly."입니다.
확장 프로그램 스크린샷
Email this page (ver I. DUMAIRE) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension adds an email button to the toolbar and then you can send the current page URL quickly to someone using your default email client/application. You can set a default email address, if you have the habit to send this kind of message to the same email. The selected text in the current page is added inside the email. The 2021 update integrate the right click shortcut to fire the action "send this page URL by email" 2021 Jan 27 : new feature, an option allow you to remove parameters in the URL (after '?') Do not hesitate to leave a message.
확장 프로그램 기본 정보
이름 | Email this page (ver I. DUMAIRE) |
ID | licmdalmnnmacjecaajcjdnjadoplnjo |
공식 URL | https://chromewebstore.google.com/detail/email-this-page-ver-i-dum/licmdalmnnmacjecaajcjdnjadoplnjo |
설명 | This extension allow you to send the URL with the selected text by email or Gmail quickly. |
파일 크기 | 14.14 KB |
설치 횟수 | 7,304 |
현재 버전 | 1.3.2 |
최근 업데이트 | 2021-01-28 |
출시 날짜 | 2017-02-20 |
평점 | 3.48/5 총 40 개의 평점 |
개발자 | idumaire |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Email this page (ver I. DUMAIRE)", "description": "This extension allow you to send the URL with the selected text by email or Gmail quickly.", "version": "1.3.2", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "128": "mail_128x128.png" }, "options_page": "options.html", "permissions": [ "tabs", "activeTab", "contextMenus" ], "browser_action": { "default_title": "Email this page !", "default_icon": "email_16x16.png" }, "manifest_version": 2 } |