This browser extension template helps you build chrome extension apps.
- Capture or Record your screen as video
- Export as .MP4 or .WebM
- Clone this repository to your local machine
- Open the Google Chrome browser and go to
chrome://extensions/
. - Turn on the "Developer mode" toggle in the top right corner.
- Click on the "Load unpacked" button and select the directory where you cloned this repository.
- The extension should now be loaded and ready to use.
- Click on the extension icon in the top right corner of the browser.
- Click on the "Start Recording" button to start recording your screen.
- It will open a new extension tab that is pinned and without a title. Select any screen.
- Click on the "Stop Recording" button to stop the recording.
- The recorded video will be displayed on screen (you can do anything you want in
content.js
file).
Because this is a minimal example, we do not address these issues:
- You can't start/stop recording on non-http pages (like
chrome://extensions
)