Real Screen Recorder

Real Screen Recorder records the screen and webcam with audio.

Real Screen Recorder란 무엇입니까?

Real Screen Recorder은(는) https://www.realscreenrec.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Real Screen Recorder records the screen and webcam with audio."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Real Screen Recorder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Screen recorder chrome extension is a screen recording tool for high quality video capturing from Tab, Particular area of the page and full Screen, with Mic, Webcam and System audio recording.

Features:
>>Screen & Webcam recording
>>Record screen with audio
>>No watermark 

Here are steps to use Screen Recorder Chrome Extension:

>> Install real screen recorder extension for Google chrome from the store

>> Open the extension and choose from the 3 options

>> Select the screen or tab that you want to record and click on start button

>> Stop the recording and download the the screen recording to your computer

UPDATES:

Version 1.0.7
>> User can now record and generate a sharable link.
>> Improved UI                    

확장 프로그램 기본 정보

이름 Real Screen Recorder Real Screen Recorder
ID bclhideolocjbnchomdggkibcokgihbh
공식 URL https://chromewebstore.google.com/detail/real-screen-recorder/bclhideolocjbnchomdggkibcokgihbh
설명 Real Screen Recorder records the screen and webcam with audio.
파일 크기 5.29 MB
설치 횟수 30,846
현재 버전 1.0.8
최근 업데이트 2023-09-13
출시 날짜 2023-01-15
평점 4.61/5 총 18 개의 평점
개발자 https://www.realscreenrec.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.realscreenrec.com/
개인정보 보호 정책 페이지 URL https://www.realscreenrec.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Real Screen Recorder",
    "description": "Real Screen Recorder records the screen and webcam with audio.",
    "version": "1.0.8",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "gcm",
        "notifications",
        "unlimitedStorage",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_title": "Real Screen Recorder"
    },
    "icons": {
        "16": ".\/image\/icon-16.png",
        "24": ".\/image\/icon-24.png",
        "32": ".\/image\/icon-32.png",
        "48": ".\/image\/icon-48.png",
        "64": ".\/image\/icon-64.png",
        "96": ".\/image\/icon-96.png",
        "128": ".\/image\/icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}