Skip to content

Chrome extension that enables double click to copy code snippet from stack overflow.

License

Notifications You must be signed in to change notification settings

dev-circle-np/cutcode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cutcode

Chrome extension to copy code snippet from stack overflow by double clicking.

Screencast

Getting Started

Installing

  • Clone the repo.

    git clone https://github.com/studenton/cutcode
  • Load the extension into Google Chrome as an Unpacked Extension:

    Navigate to chrome://extensions or select Menu > More Tools > Extensions.
    Enable the developer mode at top right.
    Click "Load Unpacked Extension".
    Navigate to the cloned folder.
    

Local Development

  • Follow installation instructions and install the extension.
  • Work on the code.
  • Use Reload (Ctrl+R) to reload the extension from chrome://extensions page.
  • Test the new changes.

Contributing

We ❤️ contributions. Feel free to send us a PR.

  1. Create an issue if there is one
  2. [Fork the repo] (https://github.com/studenton/cutcode/fork)
  3. Create your feature branch (git checkout -b your-feature)
  4. Add and commit your changes (git commit -am 'message')
  5. Push the branch (git push origin your-feature)
  6. Create a new Pull Request

Feedback

Create an issue for all discussions, bugs, feature requests and pull requests.

Authors

See also the list of contributors who participated in this project.

License

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

Icon provided by Open Iconic.

References

About

Chrome extension that enables double click to copy code snippet from stack overflow.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%