A Chrome extension to copy URLs of all the open tabs in the current Chrome browser window...
I am currently in the process of submitting this to Chrome. So till such time that happens, you will need to use this unpacked.
How to Install the Extension
- Create a new folder on your computer for the extension
- Save all three files into this folder
- Create an 'icons' subfolder (you'll need some icon files - you can use any 16x16, 48x48, and 128x128 png images)
- Open Chrome and go to chrome://extensions/
- Enable "Developer mode" (toggle in the top-right corner)
- Click "Load unpacked" and select your extension folder
- The extension will appear in your toolbar
How to Use
Click on the extension icon in your Chrome toolbar In the popup, click the "Copy All Tab URLs" button All URLs from the current window's tabs will be copied to your clipboard You'll see a confirmation message when the copy is successful
What It Does
Gets all tabs in the current window Extracts their URLs Joins them with line breaks Copies the result to your clipboard
Instructions to use this after chrome extension store approves my submission: //TODO - Remove Unpacked and add images
- Copy URLs of all open tabs with a single click.
- Simple and easy-to-use interface.
- Lightweight and efficient.
- Download the extension from the Chrome Web Store.
- Click on the extension icon in the toolbar.
- Click on the "Copy All URLs" button to copy the URLs of all open tabs.
- Click on the extension icon in the Chrome toolbar.
- Click on the "Copy All URLs" button.
- The URLs of all open tabs will be copied to your clipboard.
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes and commit them (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Create a new Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
For any queries or suggestions, please reach out to kartikshankar-nyc.