Control V

Share images in your clipboard instantly

Control V क्या है?

Control V https://ctrl.vi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share images in your clipboard instantly"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Control V एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    }
}