This Chrome extension allows users to copy the URLs of all open tabs or selected tabs, and paste them to open new tabs. It's based on the original CopyAllURLs extension, with enhancements and custom features.
- Copy URLs in different formats: text, HTML, JSON, custom
- Paste URLs to open them in new tabs
- Option to include all Chrome windows
- Set default actions and MIME types
- Customizable settings for more control
- Robust storage system with fallback mechanisms
- Built-in storage health check and repair tools
- Smart error handling with user-friendly notifications
- Clone or download this repository
- Open
chrome://extensions/in your Chrome browser - Enable "Developer mode" in the top right corner
- Click "Load unpacked" and select the directory where you cloned/downloaded this repository
- Click the extension icon in the Chrome toolbar
- Use the popup to copy or paste URLs
- Go to the "Options" page to customize settings
- Use the storage health check tool if settings aren't persisting
- Use the repair tool to fix any storage issues
- Health Check: Verify the status of both sync and local storage
- Repair Tool: Fix storage issues and restore default settings
- Fallback System: Automatic fallback to local storage if sync fails
- Use custom templates with variables: $url, $title, $date
- Multiple format options: text, HTML, JSON, delimited
- Configurable delimiters for separated values
- Robust storage system with retry mechanism
- Automatic error recovery
- User-friendly notifications for all operations
If you experience issues with settings not being saved:
- Go to the Options page
- Click "Check Storage Health" to diagnose any issues
- Use the "Repair Storage" tool if problems are detected
- Check the extension's console for detailed error messages
Contributions are welcome! Please fork this repository, make your changes, and submit a pull request.
See CHANGELOG.md for detailed version history and changes.
This project is licensed under the MIT License. See the LICENSE file for more details.
- Inspired by the original CopyAllURLs Chrome extension
- Built by Lozard