The Copy Tab URLs Chrome Extension is a simple and efficient tool that allows users to quickly copy the URLs of all open tabs in their Chrome browser. This extension streamlines the process of sharing or saving multiple webpage addresses at once.
- One-click functionality to copy open tab URLs
- Option to copy URLs from all windows or just the current window
- Automatically formats URLs, separating each with a new line
- Provides user feedback and statistics through the popup interface
- Lightweight and easy to use
- Download or clone this repository to your local machine.
- Open Google Chrome and navigate to
chrome://extensions/
. - Enable "Developer mode" in the top right corner.
- Click "Load unpacked" and select the directory containing the extension files.
- Click on the extension icon in your Chrome toolbar.
- Select whether you want to copy URLs from all windows or just the current window.
- Click the "Copy URLs" button.
- The URLs of the selected tabs will be copied to your clipboard.
- An alert will confirm that the URLs have been copied successfully, along with the number of URLs copied.
manifest.json
: Contains extension metadata and permissionsbackground.js
: Handles the core functionality of copying URLspopup.html
: Provides the user interface for selecting copy optionspopup.js
: Manages the popup functionality and user interactionsicons/
: Directory containing extension icons
This extension requires the following permissions:
tabs
: To access and read the URLs of open tabsclipboardWrite
: To copy the URLs to the clipboard
Contributions to improve the extension are welcome. Please feel free to submit pull requests or open issues for any bugs or feature requests.
This project is open-source and available under the MIT License.