Copy URLs

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

What is Copy URLs?

Copy URLs is a Chrome extension developed by https://george.mand.is, and its main feature is "Quickly copy URLs from your open tabs, links within a page and more to the clipboard".

Extension Screenshots

screenshot
screenshot

Download Copy URLs Extension CRX File

Download Copy URLs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Copy URLs Copy URLs
ID gpmnhkeajnnnkjkgcopciocmdcdkapbh
Official URL https://chromewebstore.google.com/detail/copy-urls/gpmnhkeajnnnkjkgcopciocmdcdkapbh
Description Quickly copy URLs from your open tabs, links within a page and more to the clipboard
File Size 14.67 KB
Installation Count 150
Current Version 2.0.0
Last Updated 2024-02-11
Publish Date 2020-04-21
Rating 5.00/5 Total 1 Ratings
Developer https://george.mand.is
Email [email protected]
Payment Type free
Extension Website https://george.mand.is/hire
Help Page URL https://george.mand.is/contact
Supported Languages 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
}