Copy URL

Copy URL of the active tab into the clipboard

O que é Copy URL?

Copy URL é uma extensão do Chrome desenvolvida por https://lukaspolak.com, e sua principal característica é "Copy URL of the active tab into the clipboard".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Copy URL

Baixe arquivos de extensão Copy URL 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 URL of the active tab into the clipboard with a single click. Just press the "Copy URL" toolbar button and see the magic!

Now you can even change the extension icon color!

Just right-click on the extension, pick an "Options," and choose your preferred color theme.                    

Informações Básicas da Extensão

Nome Copy URL Copy URL
ID fcniaangaighnlfnjgcaonolkiibkdan
URL Oficial https://chromewebstore.google.com/detail/copy-url/fcniaangaighnlfnjgcaonolkiibkdan
Descrição Copy URL of the active tab into the clipboard
Tamanho do Arquivo 85.23 KB
Contagem de Instalações 25
Versão Atual 1.0
Última Atualização 2021-12-25
Data de Publicação 2021-12-24
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://lukaspolak.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.lukaspolak.com/projects/chrome-extensions/copy-url
URL da Página de Ajuda https://www.lukaspolak.com/projects/chrome-extensions/copy-url/support
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy URL",
    "description": "Copy URL of the active tab into the clipboard",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/icon-light-16.png",
            "32": "\/images\/icon-light-32.png",
            "48": "\/images\/icon-light-48.png",
            "128": "\/images\/icon-light-128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon-light-16.png",
        "32": "\/images\/icon-light-32.png",
        "48": "\/images\/icon-light-48.png",
        "128": "\/images\/icon-light-128.png"
    }
}