Copylink
Click to copy the url of the current page to your clipboard
O que é Copylink?
Copylink é uma extensão do Chrome desenvolvida por https://rgbstudios.org, e sua principal característica é "Click to copy the url of the current page to your clipboard".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Copylink
Baixe arquivos de extensão Copylink 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
Simply click the button to copy the address of the current website. * Use copylink to quickly send, share, or save the url to a website. * The address is also displayed in a little textbox. Don't forget to rate and share! Enjoy! :) V.1.3.0 RGB Studios rgbstudios.org facebook.com/rgbstudios.org/ [email protected]
Informações Básicas da Extensão
Nome | Copylink |
ID | hmbglhnodfegeiemefjoejkkmncdobde |
URL Oficial | https://chromewebstore.google.com/detail/copylink/hmbglhnodfegeiemefjoejkkmncdobde |
Descrição | Click to copy the url of the current page to your clipboard |
Tamanho do Arquivo | 7.6 KB |
Contagem de Instalações | 362 |
Versão Atual | 1.3.0 |
Última Atualização | 2023-11-21 |
Data de Publicação | 2019-12-03 |
Classificação | 4.25/5 Total de 4 Avaliações |
Desenvolvedor | https://rgbstudios.org |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://www.freeprivacypolicy.com/privacy/view/a93dc47c848f20d7a1440f3a4debc516 |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Copylink", "description": "Click to copy the url of the current page to your clipboard", "version": "1.3.0", "action": { "default_icon": "128_icon.png", "default_popup": "index.html" }, "permissions": [ "activeTab", "clipboardWrite" ], "icons": { "128": "128_icon.png", "48": "48_icon.png", "16": "16_icon.png" } } |