URL Copy
Copies url with a click!
O que é URL Copy?
URL Copy é uma extensão do Chrome desenvolvida por tsubasagene, e sua principal característica é "Copies url with a click!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão URL Copy
Baixe arquivos de extensão URL 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
When you want to share a video, or a document with your friends, or with your coworker, you need to share the url. Normally, you need to highlight the whole address, then copy with control+c, command+c, or even with right clicking. That's short, but stll takes time. With this extension, it will do the job for you. Just click the icon on the toolbar, and it will copy the link into your clipboard. It saves a bit of time for you. Though the difference is small, many a little makes a mickle! Enjoy.
Informações Básicas da Extensão
Nome | URL Copy |
ID | honjkgkhennhamekcgimhdibgcdfbidf |
URL Oficial | https://chromewebstore.google.com/detail/url-copy/honjkgkhennhamekcgimhdibgcdfbidf |
Descrição | Copies url with a click! |
Tamanho do Arquivo | 4.82 KB |
Contagem de Instalações | 51 |
Versão Atual | 1.1 |
Última Atualização | 2020-03-07 |
Data de Publicação | 2020-03-07 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | tsubasagene |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "URL Copy", "version": "1.1", "manifest_version": 2, "description": "Copies url with a click!", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon128.png" }, "permissions": [ "activeTab" ] } |