Control V
Share images in your clipboard instantly
Τι είναι το Control V;
Το Control V είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://ctrl.vi, και η κύρια λειτουργία του είναι "Share images in your clipboard instantly".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Control V
Λήψη αρχείων επέκτασης 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 |
Ηλεκτρονικό ταχυδρομείο | [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" } } |