Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.27 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.27 KB

Copy All URLs Chrome Extension

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.

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.

Installation

  1. Clone or download this repository.
  2. Open chrome://extensions/ in your Chrome browser.
  3. Enable "Developer mode" in the top right corner.
  4. Click "Load unpacked" and select the directory where you cloned/downloaded this repository.

Usage

  • Click the extension icon in the Chrome toolbar.
  • Use the popup to copy or paste URLs.
  • Go to the "Options" page to customize settings.

Contributing

Contributions are welcome! Please fork this repository, make your changes, and submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Acknowledgments