Skip to content

hacess/chrome-extension-manifest-v3-screen-recording

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chrome Extension: Manifest V3 Recording the Current Tab

This is a repository for Tab Recording, a Chrome extension that allows you to record the web pages .

Overview

This Chrome extension, developed using Manifest V3, allows you to record the current active tab in your Chrome browser using the Chrome tabCapture API and the MediaRecorder API. It's a handy tool for capturing web content, creating tutorials, or recording any web-based activities.

Demo

Features

  • Record the current active tab in your Chrome browser.
  • Save recordings in various video formats (e.g., MP4, WebM).
  • Start and stop recording with a single click.
  • Minimalistic user interface for ease of use.
  • Lightweight and efficient.

Installation

  1. Clone this repository or download the ZIP file and extract it.
  2. Open Google Chrome.
  3. Go to chrome://extensions/.
  4. Enable "Developer mode" in the top right corner.
  5. Click on "Load unpacked" and select the directory where you cloned or extracted the extension files.

The extension icon will appear in your browser's toolbar.

Usage

  1. Click on the extension icon in the toolbar to open the popup.
  2. Click the "Start Recording" button to begin recording the current tab.
  3. Click the "Stop Recording" button to stop the recording.
  4. The recorded video will get downloaded.

Development

To make changes to the extension or customize it according to your needs, follow these steps:

  1. Clone this repository:

    git clone https://github.com/hacess/chrome-extension-manifestv3-screenshot.git
    

Feedback and Contributions

Any feedback or contributions are highly appreciated! If you have any suggestions, bug reports, or feature requests, please open an issue on this repository.

About the Author

This project is developed by CodedBrainy, a platform dedicated to providing valuable information and resources on coding, web development, and technology.

Visit CodedBrainy.com to explore more informative articles, tutorials, and resources related to web development and programming. Visit link to read the blog

License

This project is licensed under the MIT License.