CodeClipper is a browser extension that adds "Copy" buttons to code blocks on web pages, allowing users to easily copy code to their clipboard.
First, clone the repository to your local machine:
git clone https://github.com/amirbekazimov/codeClipper cd CodeClipper 2. Install the Extension in Your Browser Open Google Chrome and go to the Extensions page. Enable Developer Mode using the toggle switch in the top right corner. Click "Load unpacked" and select the folder containing your project.
Once installed, the extension will automatically add "Copy" buttons to code blocks on web pages. To use it, simply click the "Copy" button next to the code you want to copy. The button will change to "Copied!" for 2 seconds to confirm that the code has been successfully copied.
The extension performs the following actions:
Identifies code blocks on the web page. Adds a "Copy" button to each identified code block. When the button is clicked, it copies the code text to the clipboard and changes the button text to "Copied!" for 2 seconds.
If you want to contribute or make improvements to the extension, follow these steps:
Clone the repository and navigate to its directory:
git clone https://github.com/amirbekazimov/codeClipper cd CodeClipper Make changes to the extension files.
To test your changes, reload the extension on the Extensions page in your browser.
This project is licensed under the MIT License.
If you want to contribute to the development of this extension, please create a pull request or open an issue with your suggestions and comments.
If you have any questions, you can contact the author via email: amirbekazimov7@gmail.com