Control V

Share images in your clipboard instantly

什麼是Control V?

Control V是由https://ctrl.vi開發的Chrome擴展程式,該擴展的主要功能是“Share images in your clipboard instantly”。

擴展截圖

screenshot

下載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 Control V
ID jadldmlipbooilonkjgpepfoalappaog
官方網址 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"
    }
}