Skip to content

Soumilgit/Screen-Recorder_ChromeExtension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screen-Recorder_ChromeExtension


A Chrome extension useful for presentations, projects, screen activity recording, mock interviews etc., avoids data breaches and authentication problems.

You have option to share either tab, window or entire screen after using it.

Folder structure :

Here is the folder structure :

.github
FUNDING.yml
Javascript
│  └─ popup.js
├─ LICENSE
├─ README.md
├─ background.js
├─ content.js
├─ css
│  └─ styles.css
images
icon-128x128.png
icon-16x16.png
│  └─ icon-32x32.png
├─ manifest.json
├─ notes.txt
└─ popup.html

Steps to use:


1.Clone this repository on your local device.

2.'Load unpacked' the folder location from the 'Extensions'->'Manage Extensions' tab.

3.Pin extension to toolbar, and then ,having clicked on it, follow along.


References:

1.https://www.youtube.com/watch?v=XQxPnrOqffU

2.https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getDisplayMedia

3.https://stackoverflow.com/questions/62032820/how-to-pass-a-h264-encoded-mediarecorder-stream-to-a-mediasource-in-chrome