Control V

Share images in your clipboard instantly

Was ist Control V?

Control V ist eine Chrome-Erweiterung, die von https://ctrl.vi entwickelt wurde, und ihr Hauptmerkmal ist "Share images in your clipboard instantly".

Erweiterungsscreenshots

screenshot

Control V-Erweiterungs-CRX-Datei herunterladen

Laden Sie Control V-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Control V Control V
ID jadldmlipbooilonkjgpepfoalappaog
Offizielle URL https://chromewebstore.google.com/detail/control-v/jadldmlipbooilonkjgpepfoalappaog
Beschreibung Share images in your clipboard instantly
Dateigröße 67.4 KB
Installationsanzahl 1,812
Aktuelle Version 1.0.0
Letztes Update 2020-02-17
Veröffentlichungsdatum 2020-02-17
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://ctrl.vi
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://ctrl.vi
URL der Datenschutzrichtlinien-Seite https://ctrl.vi/privacy
Unterstützte Sprachen 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"
    }
}