Codesnap

A chrome extension which adds a copy button to code segments in most websites.


Project by RaghavaDhanya Original theme by mattgraham

Codesnap

A chrome extension which adds a copy button to code segments in most websites. The concept is, anything enclosed in <pre> tag is important (doesn’t matter if its code or not) so this extension provides a copy button to copy text from <pre> tags directly.

How to use it?

Just use the copy button to copy the code next to it, the code will be copied to your clipboard. If you want to copy multiple code segments go ahead and copy, you can later review and copy to your clipboard using the Codesnap clipboard.

Installing unpacked extension

Goto chrome://extensions (or menu > More Tools > Extensions). Enable Developer mode on the checkbox in the upper-right corner. Click on the “Load unpacked extension” button. Select the directory containing unpacked extension.

Screenshots

alt tag

alt tag

License

This project is licensed under the MIT License - see the LICENSE file for details