Let Me Copy

Extension to allow copy text from websites where doesn't allow us to copy their content

O que é Let Me Copy?

Let Me Copy é uma extensão do Chrome desenvolvida por debugger, e sua principal característica é "Extension to allow copy text from websites where doesn't allow us to copy their content".

Baixar o arquivo CRX da Extensão Let Me Copy

Baixe arquivos de extensão Let Me Copy 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

                                            

Informações Básicas da Extensão

Nome Let Me Copy Let Me Copy
ID lbmilljobfmddjnildfgggcjioofaabn
URL Oficial https://chrome.google.com/webstore/detail/let-me-copy/lbmilljobfmddjnildfgggcjioofaabn
Descrição Extension to allow copy text from websites where doesn't allow us to copy their content
Tamanho do Arquivo 7.86 KB
Contagem de Instalações 84
Versão Atual 1.0
Última Atualização 2018-03-20
Data de Publicação 2018-03-20
Classificação 2.71/5 Total de 7 Avaliações
Desenvolvedor debugger
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Let Me Copy",
    "version": "1.0",
    "description": "Extension to allow copy text from websites where doesn't allow us to copy their content",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.infobae.com\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "manifest_version": 2
}