A Chrome Extension Plugin that records screen and audio
Before you start, make sure you have the following tools installed:
-
Clone the repository to your locally:
git clone https://github.com/Superfly101/screen-recorder-extension.git
-
Navigate to the project directory:
cd screen-recorder-extension
To learn how to load an unpacked extension in developer mode visit here
Once the recording starts you can pause the recording and resume when you wish.
Hitting the stop recording button automatically downloads the recorded video in .mp4 format.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repo
- Clone your fork:
git clone <link to your fork>
-
Make your changes, commit the changes, and push changes to your branch:
git add . git commit -m "Your commit message" git push origin your-branch-name
-
Create a pull request on the GitHub repository.
This open-source project is available under the MIT License.
This was a project built while parting in the 2023 HNG Internship. I appreciate the mentors of the program for assigning this task to us.
Feel free to customize this README file further and include any additional information or instructions that would be helpful for users and contributors.