Google Chrome and Mozilla Firefox extension to copy contents inside
<code>
and<pre>
tags with right click.
- Right click on
<code>
and<pre>
tags to copy - Up to 10 copy history
- Go back to the website where the code snippets from
- Disable plugin on user defined host names
- Setup:
npm install
- Development:
npm run dev
- Build:
npm run build
- Build and zip:
npm run pack