Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 999 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 999 Bytes

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