Screen-Recorder-Extension

logo

HelpMeOut Extension is a screen recorder Chrome extension that allows you to easily capture and share your screen. It's one of the tasks from the HNG10 internship. Please read Usage to see how to start up the extension properly to avoid any errors.

Table of Contents

Installation

To get started with HelpMeOut Extension, follow these simple steps:

  1. Fork the Repository: Click the "Fork" button on the upper-right corner of this repository to create a copy in your own GitHub account.

  2. Clone the Project: Open your terminal and run the following command to clone your forked repository to your local machine. Replace with your GitHub username.

    git clone https://github.com/<your-github-username>/Screen-Recorder-Extension    
  1. Navigate to the Project Folder: Change your current directory to the project folder.
    cd Screen-Recorder-Extension
  1. Install Dependencies: Install all the required project dependencies by running the following command:
    npm install
  1. Compile the Files: Compile the extension's files by running:
    npm run watch

This will generate a dist folder containing the compiled extension files.

  1. Unpack the Extension:
  • Open Google Chrome.
  • Go to chrome://extensions/ in your browser.
  • Enable the "Developer mode" toggle in the top right corner.
  • Click on the "Load unpacked" button.
  • Select the dist folder created in step 5.

That's it! You've successfully installed HelpMeOut Extension.

Usage

With HelpMeOut Extension installed, you can start recording your screen by reloading your current tab (very important), clicking on the extension icon in your browser's toolbar and selecting your desired recording configuration.