Control V
Share images in your clipboard instantly
Control V란 무엇입니까?
Control V은(는) https://ctrl.vi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Share images in your clipboard instantly"입니다.
확장 프로그램 스크린샷
Control V 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This tool let you share the content of your clipboard by using a secret URL. I like to share images. But before sharing, I like to annotate them, crop a little bit, add some color, and then share. I'm not particularly eager to embed images in Excel sheets, Documents, or Emails; I always prefer to share a link. Not only that, sometimes I want to see the history of all images I already shared, or blur faces, or highlight a specific part of the pages. Using arrows, circles, and rectangles. That's why I the Control V tool. Today the storage cost is so low that I promise never to delete your images. I hope you will enjoy using the tool, at least like I enjoyed to create it. [privacy policy] They extension doesn't collects any kind of information. It's just open the online tool. The online tool uses Google Analytics and save the screenshot and your email. More info: https://ctrl.vi/privacy
확장 프로그램 기본 정보
이름 | Control V |
ID | jadldmlipbooilonkjgpepfoalappaog |
공식 URL | https://chromewebstore.google.com/detail/control-v/jadldmlipbooilonkjgpepfoalappaog |
설명 | Share images in your clipboard instantly |
파일 크기 | 67.4 KB |
설치 횟수 | 1,812 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2020-02-17 |
출시 날짜 | 2020-02-17 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://ctrl.vi |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://ctrl.vi |
개인정보 보호 정책 페이지 URL | https://ctrl.vi/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Control V", "version": "1.0.0", "homepage_url": "https:\/\/ctrl.vi", "manifest_version": 2, "description": "Share images in your clipboard instantly", "icons": { "48": "favicon.png", "128": "favicon.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "favicon.png", "default_title": "Control V" } } |