A Chrome extension to record your screen, your microphone, and export to MP4.
- Record your screen
- Record your webcam
- Record your microphone
- Export to MP4
- Download the last package.
- Go to the Extensions page by entering
chrome://extensions
in a new tab. Or, click the Extensions menu puzzle button and select Manage Extensions at the bottom of the menu. - Unpack the extension .zip file you downloaded.
- Enable
Developer Mode
by clicking the toggle switch next to Developer mode. - Click the
Load unpacked
button and select the extension directory.
- Fork this repository
- Create a new branch (
git checkout -b feature
) - Commit your changes (
git commit -am 'Add a new feature'
) - Push to the branch (
git push origin feature
) - Create a new Pull Request