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ファイルをダウンロード
Control V拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } } |