Clip Better
Use Clip Better to email link previews from anywhere on the web!
Clip Better란 무엇입니까?
Clip Better은(는) https://clipbetter.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use Clip Better to email link previews from anywhere on the web!"입니다.
확장 프로그램 스크린샷
Clip Better 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Hate sending raw URLs to your friends? Us too! Want a way to quickly get back to stuff that matters to you? Wish there was a way to share web pages via email as effortlessly and powerfully as you can on social media? Stop emailing ugly URLs and start doing something better. Welcome to Clip Better. Clip Better will create a rich snippet that includes an image, title, summary, link, and more so that you can quickly share web content with friends and know that they will can review a rich preview of the content that you are sharing before they click on the link. Features: • Create clips directly from webpages you want to capture • Automatically generate preview with image, title, link, summary, and more • Edit title and summary directly in preview • Quickly add personalized comments or notes • Advanced edit allows you to change the main image and more • Send with Gmail with a single click • Or copy the clip to your clipboard and use it in your favorite email client, word processor, or more • Easily undo changes • More features coming in the next release Latest version 1.2 released 2/10/2014 • Fixes an issue where the Send with Gmail button would not work in non-English languages Stay in touch: Follow us on Twitter: https://twitter.com/ClipBetter Support: Have any questions or feedback? Please get in touch with our support team at [email protected]
확장 프로그램 기본 정보
이름 | Clip Better |
ID | gobkmjhllbkjeakbgmiodimehipofpmb |
공식 URL | https://chromewebstore.google.com/detail/clip-better/gobkmjhllbkjeakbgmiodimehipofpmb |
설명 | Use Clip Better to email link previews from anywhere on the web! |
파일 크기 | 72 KB |
설치 횟수 | 1,283 |
현재 버전 | 1.2.0 |
최근 업데이트 | 2014-02-11 |
출시 날짜 | 2014-02-10 |
평점 | 4.44/5 총 34 개의 평점 |
개발자 | https://clipbetter.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://info.clipbetter.com |
도움말 페이지 URL | https://clipbetter.zendesk.com |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clip Better", "manifest_version": 2, "version": "1.2.0", "description": "Use Clip Better to email link previews from anywhere on the web!", "icons": { "16": "icon.png", "48": "icon48.png", "128": "icon128rt.png" }, "browser_action": { "default_title": "Clip Better", "default_icon": "icon.png", "default_popup": "popup.html" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "gmail.js" ], "run_at": "document_end" } ], "permissions": [ "http:\/\/clipbetter.com\/", "http:\/\/fonts.googleapis.com\/", "clipboardWrite", "storage", "tabs" ] } |