hansifer / tab-copy

A browser extension for copying tabs to the clipboard in a variety of formats.
http://tabcopy.com
Other
55 stars 16 forks source link

Tab Copy

A browser extension for copying tabs to the clipboard in a variety of formats

 
 

Features

Read the usage docs for more details.

Availability

Tab Copy is currently available for Chrome and other Chromium-based browsers.

Help support this project

We can't do this without you.

Please consider helping out with a donation to support the continued development and maintenance of this project.

Check out what we've done so far and what's planned.

Developing

Setup

  1. Ensure you're on Node.js version 18 or newer
  2. Run npm install
  3. Run npm run dev to generate build folder output
  4. Open chrome://extensions/
  5. Ensure Developer mode is toggled on
  6. Click Load unpacked and select the build folder

Running

npm run dev

Debugging

Access the popup or options page directly with:

Known issues

Tech notes

This project was scaffolded with create-chrome-ext

Direct DOM calls vs React

The popup is implemented with static HTML and vanilla JS/direct DOM calls. The original intent was to optimize load speed, but the ultimate performance benefit and maintenance tradeoffs are open to question.

The options page is implemented in React for better maintainability and support for complex interactions like drag-drop list re-ordering.

License

This project is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. See the LICENSE file for more details.