Copy URLs

Quickly copy URLs from your open tabs, links within a page and more to the clipboard

O que é Copy URLs?

Copy URLs é uma extensão do Chrome desenvolvida por https://george.mand.is, e sua principal característica é "Quickly copy URLs from your open tabs, links within a page and more to the clipboard".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Copy URLs

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

                        A minimal-fuss extension to copy URLs to your clipboard from various sources including:
- Open tabs in your current window
- Links within the current page
- Links within a selection

How to use:
- Right-click anywhere on the page and select "Copy URLs to clipboard from..." from the context menu
- Select the source you wish to copy from from the sub-menu:
  - "Links in this selection" will copy links within any selected text on the current page
  - "Open tabs in this window" will copy the URLs from all the tabs in your current window
  - "Links on this page" will copy any links found on the page you are currently viewing
- If you keep the extension pinned in your browser you can right-click the icon to reveal the context menu there as well

That's it! No tracking, excess permissions or other shenanigans. View the code and see for yourself: 

https://github.com/georgemandis/copy-open-tabs-urls                    

Informações Básicas da Extensão

Nome Copy URLs Copy URLs
ID gpmnhkeajnnnkjkgcopciocmdcdkapbh
URL Oficial https://chromewebstore.google.com/detail/copy-urls/gpmnhkeajnnnkjkgcopciocmdcdkapbh
Descrição Quickly copy URLs from your open tabs, links within a page and more to the clipboard
Tamanho do Arquivo 14.67 KB
Contagem de Instalações 150
Versão Atual 2.0.0
Última Atualização 2024-02-11
Data de Publicação 2020-04-21
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://george.mand.is
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://george.mand.is/hire
URL da Página de Ajuda https://george.mand.is/contact
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy URLs",
    "version": "2.0.0",
    "description": "Quickly copy URLs from your open tabs, links within a page and more to the clipboard",
    "author": "George Mandis ",
    "homepage_url": "https:\/\/george.mand.is\/hire",
    "permissions": [
        "activeTab",
        "contextMenus",
        "scripting",
        "tabs"
    ],
    "icons": {
        "128": "icon.png"
    },
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "manifest_version": 3
}