Auto Copy Paste Text

Automatically copy text and paste text without formatting

O que é Auto Copy Paste Text?

Auto Copy Paste Text é uma extensão do Chrome desenvolvida por mzzlillieee, e sua principal característica é "Automatically copy text and paste text without formatting".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Auto Copy Paste Text

Baixe arquivos de extensão Auto Copy Paste Text 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

                        When text is selected using the mouse, it will automatically be copied to the clipboard without formatting. 

It's a simple tool that lives in the background, and It will help you work faster when copying and pasting.                    

Informações Básicas da Extensão

Nome Auto Copy Paste Text Auto Copy Paste Text
ID phgmoaeodbmhgdjfcfcnjalbijaiebof
URL Oficial https://chrome.google.com/webstore/detail/auto-copy-paste-text/phgmoaeodbmhgdjfcfcnjalbijaiebof
Descrição Automatically copy text and paste text without formatting
Tamanho do Arquivo 5.4 KB
Contagem de Instalações 1,000
Versão Atual 1
Última Atualização 2020-03-11
Data de Publicação 2020-03-11
Classificação 3.25/5 Total de 8 Avaliações
Desenvolvedor mzzlillieee
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto Copy Paste Text",
    "version": "1",
    "description": "Automatically copy text and paste text without formatting",
    "author": "Lilly Tang",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "autocopy.js"
            ]
        }
    ]
}