https://github.com/georgemandis/copy-open-tabs-urls
Copy the URLs for all your own tabs to the clipboard
https://github.com/georgemandis/copy-open-tabs-urls
chrome-extension javascript
Last synced: 5 months ago
JSON representation
Copy the URLs for all your own tabs to the clipboard
- Host: GitHub
- URL: https://github.com/georgemandis/copy-open-tabs-urls
- Owner: georgemandis
- License: mit
- Created: 2020-04-21T07:10:06.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-02-11T18:49:35.000Z (over 1 year ago)
- Last Synced: 2025-04-07T10:35:40.910Z (6 months ago)
- Topics: chrome-extension, javascript
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/copy-open-tab-urls/gpmnhkeajnnnkjkgcopciocmdcdkapbh
- Size: 60.5 KB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Copy URLs
Minimal-fuss Chrome 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 wellThat's it!
You can find it in the Chrome Web Store here:
[https://chrome.google.com/webstore/detail/copy-open-tab-urls/gpmnhkeajnnnkjkgcopciocmdcdkapbh](https://chrome.google.com/webstore/detail/copy-open-tab-urls/gpmnhkeajnnnkjkgcopciocmdcdkapbh)