Skip to content

icelam/code-copier

Repository files navigation

Code Copier

Google Chrome and Mozilla Firefox extension to copy contents inside <code> and <pre> tags with right click.

Screen Preview

Features

  • 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

Screen Preview Screen Preview

Download Link

Development Notes

  • Setup: npm install
  • Development: npm run dev
  • Build: npm run build
  • Build and zip: npm run pack