Control V

Share images in your clipboard instantly

Control V là gì?

Control V là một tiện ích mở rộng Chrome được phát triển bởi https://ctrl.vi, và tính năng chính của nó là "Share images in your clipboard instantly".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Control V

Tải xuống các tệp mở rộng Control V dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Control V Control V
ID jadldmlipbooilonkjgpepfoalappaog
URL Chính Thức https://chromewebstore.google.com/detail/control-v/jadldmlipbooilonkjgpepfoalappaog
Mô tả Share images in your clipboard instantly
Kích Thước Tệp 67.4 KB
Số Lần Cài Đặt 1,812
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2020-02-17
Ngày Phát Hành 2020-02-17
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://ctrl.vi
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ctrl.vi
URL Trang Chính Sách Bảo Mật https://ctrl.vi/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}