Skip to content

Latest commit

 

History

History
91 lines (63 loc) · 2.25 KB

README.md

File metadata and controls

91 lines (63 loc) · 2.25 KB

Screen Recorder Chrome Extension

Introduction

A Chrome Extension Plugin that records screen and audio

Table of Contents

Getting Started

Prerequisites

Before you start, make sure you have the following tools installed:

Installation

  1. Clone the repository to your locally:

     git clone https://github.com/Superfly101/screen-recorder-extension.git
  2. Navigate to the project directory:

    cd screen-recorder-extension

Usage

Loading an unpacked extension

To learn how to load an unpacked extension in developer mode visit here

Pause and resume feature

Once the recording starts you can pause the recording and resume when you wish.

Download recording

Hitting the stop recording button automatically downloads the recorded video in .mp4 format.

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork the repo
  2. Clone your fork:
git clone <link to your fork>
  1. 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
  2. Create a pull request on the GitHub repository.

License

This open-source project is available under the MIT License.

Acknowledgments

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.