autoCopyText™

Copy the text when select any text on webpage

O que é autoCopyText™?

autoCopyText™ é uma extensão do Chrome desenvolvida por Vineet, e sua principal característica é "Copy the text when select any text on webpage".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão autoCopyText™

Baixe arquivos de extensão autoCopyText™ 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

                        Copy the text when select any text on webpage                    

Informações Básicas da Extensão

Nome autoCopyText™ autoCopyText™
ID bijdffmkjmogekeombnnljcolphinbbp
URL Oficial https://chrome.google.com/webstore/detail/autocopytext/bijdffmkjmogekeombnnljcolphinbbp
Descrição Copy the text when select any text on webpage
Tamanho do Arquivo 19.21 KB
Contagem de Instalações 767
Versão Atual 0.1
Última Atualização 2019-04-12
Data de Publicação 2019-04-08
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor Vineet
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1",
    "name": "autoCopyText\u2122",
    "author": "vineet sahu",
    "description": "Copy the text when select any text on webpage",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": ".\/icons\/autoCopy128x128.png"
    },
    "icons": {
        "128": ".\/icons\/autoCopy128x128.png",
        "48": ".\/icons\/autoCopy48x48.png",
        "24": ".\/icons\/autoCopy24x24.png",
        "16": ".\/icons\/autoCopy16x16.png"
    },
    "short_name": "autoCopy",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "version_name": "sahuchahu - 0.1",
    "manifest_version": 2
}