Browser addons — Google Chrome extensions

Copy Pasta

Copy Pasta will enable additional paste functionality in your browser. To do that simply copy any image or link or other and just hit paste anywhere on page. Simple as that.

The current version supports following copy-paste actions:
● link
● image
● html
● svg
● local files

NOTES:
– html action type is referred for any text selection copied from browser. When paste is analyzed, it actually has inside a html representation for copied text, so I’m using that for displaying. If you paste in any other place without copy pasta active, you will see raw text.
– svg action – you can paste a valid svg string (usually begins with <svg version…) and it will render it accordingly.
– local files will be opened using browser's built in file explorer (file:// protocol)

This project is in it's early stage, so any feedback or ideas are very much appreciated.

Feel free to contact me at copypasta.extension@gmail.com or at email displayed below