Free Screen Recorder

Record screen along with audio and making the recording downloadable

Free Screen Recorder란 무엇입니까?

Free Screen Recorder은(는) deep.barca에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Record screen along with audio and making the recording downloadable"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Free screen recorder lets you capture your screen with audio. It then lets you download the recording to your device free of cost. 

The generated recording can be played DIRECTLY in the browser! Just drag and drop the recording in the browser and it will automatically play the recording for you.

There is NO limit on the duration of the recording or how many videos you can record. 

Everything is free of cost, no strings attached. 

Happy Recording!

Update 1.0.1 : Fixed Audio-Echo Bug 
Update 1.0.0 : Added Quality Selection, option of downloading recording with AND without seeking.
Update 0.1.1 : Included a processing screen.                    

확장 프로그램 기본 정보

이름 Free Screen Recorder Free Screen Recorder
ID ppnhmbecmjohhacmbjcefmmfhanjecaa
공식 URL https://chromewebstore.google.com/detail/free-screen-recorder/ppnhmbecmjohhacmbjcefmmfhanjecaa
설명 Record screen along with audio and making the recording downloadable
파일 크기 4.96 MB
설치 횟수 22,975
현재 버전 1.0.1
최근 업데이트 2021-03-07
출시 날짜 2020-04-15
평점 3.27/5 총 26 개의 평점
개발자 deep.barca
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Free Screen Recorder",
    "description": "Record screen along with audio and making the recording downloadable",
    "version": "1.0.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/img\/new16.png"
        }
    },
    "icons": {
        "16": "assets\/img\/new16.png",
        "48": "assets\/img\/new48.png",
        "128": "assets\/img\/new128.png"
    },
    "permissions": [
        "desktopCapture"
    ]
}