Online Screen Recorder
This extension provides you with a free, fast, and straightforward way to record your screen.
Online Screen Recorder란 무엇입니까?
Online Screen Recorder은(는) Andreas Zettl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension provides you with a free, fast, and straightforward way to record your screen."입니다.
확장 프로그램 스크린샷
Online Screen Recorder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension provides you with a free, fast, and straightforward way to record your screen. No other software required, no data is collected, stored or shared by this extension! Before you start capturing your screen, you can decide on the chunk size. Additionally, to the full recording, you will get single videos with the chosen chunk size. Recording Once you click on "START CAPTURE" a dialog will open, which lets you choose what you want to record. The choices are the entire screen, an application window, or a browser tab. Download Once you are have finished, you can download the complete recording or any chunk as WebM or GIF file. The WebM version is instantly available. The GIF needs some rendering time, depending on the length of the record. If you have trouble playing the WebM file try the free multimedia player VLC. Many other websites like YouTube support direct upload of WebM files. Share To share your recording, you will need to download it as this extension is not storing any data.
확장 프로그램 기본 정보
이름 | |
ID | oefbkonfoliaiooajimghnfccgblmddc |
공식 URL | https://chrome.google.com/webstore/detail/online-screen-recorder/oefbkonfoliaiooajimghnfccgblmddc |
설명 | This extension provides you with a free, fast, and straightforward way to record your screen. |
파일 크기 | 861 KB |
설치 횟수 | 5,000 |
현재 버전 | 1.0 |
최근 업데이트 | 2021-02-05 |
출시 날짜 | 2020-07-03 |
평점 | 4.25/5 총 16 개의 평점 |
개발자 | Andreas Zettl |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.screenrecorder.online/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Online Screen Recorder", "description": "This extension provides you with a free, fast, and straightforward way to record your screen.", "version": "1.0", "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "icons": { "16": "assets\/img\/favicon-16x16.png", "32": "assets\/img\/favicon-32x32.png", "192": "assets\/img\/android-chrome-192x192.png", "512": "assets\/img\/android-chrome-512x512.png" }, "manifest_version": 2 } |