Enable Copy

Allow selecting, copying, pasting anywhere.

O que é Enable Copy?

Enable Copy é uma extensão do Chrome desenvolvida por Derek, e sua principal característica é "Allow selecting, copying, pasting anywhere.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Enable Copy

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

                        Enable Copy is a simple tool made by Derek.

How to use :
To enable Enable Copy, simply click the toolbar icon and then hover any element on you want to copy in current page.                    

Informações Básicas da Extensão

Nome Enable Copy Enable Copy
ID igbahmkffbagkepelepkldjiknhbklga
URL Oficial https://chromewebstore.google.com/detail/enable-copy/igbahmkffbagkepelepkldjiknhbklga
Descrição Allow selecting, copying, pasting anywhere.
Tamanho do Arquivo 19.78 KB
Contagem de Instalações 20,000
Versão Atual 1.0
Última Atualização 2022-01-21
Data de Publicação 2020-10-05
Classificação 3.63/5 Total de 16 Avaliações
Desenvolvedor Derek
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "manifest_version": 2,
    "version": "1.0",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "icons": {
        "48": "img\/48.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/48.png",
        "default_title": "__MSG_extName__"
    },
    "web_accessible_resources": [
        "img\/header.png",
        "img\/body.png",
        "img\/footer.png"
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*"
    ]
}