Text clipboard

This extension will help you with keeping multiple text values to copy to clipboard

O que é Text clipboard?

Text clipboard é uma extensão do Chrome desenvolvida por seva.voloshin, e sua principal característica é "This extension will help you with keeping multiple text values to copy to clipboard".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Text clipboard

Baixe arquivos de extensão Text clipboard 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

                        With this extension you will be allow to paste multiple texts across the tabs to easily copypaste them. Imagine that your clipboard contains not the only one text, but multiple ones for easier selecting which text should be pasted on each tab                    

Informações Básicas da Extensão

Nome Text clipboard Text clipboard
ID aeghdejlekobjgfdpfniondeobklbgpl
URL Oficial https://chromewebstore.google.com/detail/text-clipboard/aeghdejlekobjgfdpfniondeobklbgpl
Descrição This extension will help you with keeping multiple text values to copy to clipboard
Tamanho do Arquivo 9.03 KB
Contagem de Instalações 58
Versão Atual 1.4
Última Atualização 2022-06-30
Data de Publicação 2021-12-27
Desenvolvedor seva.voloshin
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/Volosh1n/text-clipboard-chrome-extension
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Text clipboard",
    "description": "This extension will help you with keeping multiple text values to copy to clipboard",
    "version": "1.4",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}