Skip to content

crxssrazr93/tabclipper

 
 

Repository files navigation

TabClipper

TabClipper screenshot

Copy browser tabs to (or create them from) your clipboard. TabClipper is a fork of Josh Dick's TabClip extension maintained by Sajid Ahamed.

Get the extension:

Firefox logo Chrome logo

About

TabClipper is a web browser extension for Mozilla Firefox and Google Chrome that allows you to copy browser tabs to (or create them from) your clipboard.

The "Copy" button, or keyboard shortcut CTRL+SHIFT+C by default, copies tab URLs to your clipboard.

The "Paste" button, or keyboard shortcut CTRL+SHIFT+V by default, attempts to find all URLs that appear in your clipboard, then opens each URL in a new browser tab.

That's it!

Feedback

If you have suggestions or bug reports for TabClipper, I am much more likely to see your feedback if you leave it at TabClipper's GitHub Issues page rather than on TabClipper's Firefox Add-Ons or Chrome Web Store pages.

I'd like to keep this extension as simple and minimal as possible, so most feature requests are not likely to be honored.

Development

To build TabClipper for both Firefox and Chrome, install the latest versions of NodeJS and npm, then do the following:

git clone https://github.com/crxssrazr93/tabclipper.git
cd tabclipper
npm install
npx webpack

The build will create a TabClipper.zip extension archive in the dist/ directory.

Attribution

TabClipper is heavily inspired by Vincent Paré's "Copy All Urls" Chrome extension. I created TabClipper because I wanted a similar extension that looked and worked the same in both Chrome and Firefox. TabClipper was written from scratch and shares no code with the "Copy All Urls" Chrome extension.

TabClipper's icon was made by Freepik from flaticon.com.

About

Copy browser tabs to (and create browser tabs from) your clipboard.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.3%
  • HTML 18.7%