Control V

Share images in your clipboard instantly

O que é Control V?

Control V é uma extensão do Chrome desenvolvida por https://ctrl.vi, e sua principal característica é "Share images in your clipboard instantly".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Control V

Baixe arquivos de extensão Control V no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Control V Control V
ID jadldmlipbooilonkjgpepfoalappaog
URL Oficial https://chromewebstore.google.com/detail/control-v/jadldmlipbooilonkjgpepfoalappaog
Descrição Share images in your clipboard instantly
Tamanho do Arquivo 67.4 KB
Contagem de Instalações 1,812
Versão Atual 1.0.0
Última Atualização 2020-02-17
Data de Publicação 2020-02-17
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://ctrl.vi
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://ctrl.vi
URL da Página de Política de Privacidade https://ctrl.vi/privacy
Idiomas Suportados 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"
    }
}