Screen Recorder

Record a video from the camera or capture it from the screen (desktop, specific application window or browser tab)

Screen Recorder란 무엇입니까?

Screen Recorder은(는) Erich Behrens에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Record a video from the camera or capture it from the screen (desktop, specific application window or browser tab)"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Chrome extension to record a video from the camera or capture it from the screen (desktop, specific application window or Chrome tab). 

Free to use
No signup required
No watermarks
Record unlimited videos

What's new
- Autosave videos and recover your recordings after a crash.
- Record audio from microphone and system together.
- Recorded video can be seeked/skipped while playing.
- Record screen and camera (more settings coming soon).
- Warning before permanently deleting an unsaved video.                    

확장 프로그램 기본 정보

이름 Screen Recorder Screen Recorder
ID hniebljpgcogalllopnjokppmgbhaden
공식 URL https://chromewebstore.google.com/detail/screen-recorder/hniebljpgcogalllopnjokppmgbhaden
설명 Record a video from the camera or capture it from the screen (desktop, specific application window or browser tab)
파일 크기 253 KB
설치 횟수 2,419,487
현재 버전 3.3.0
최근 업데이트 2021-05-16
출시 날짜 2019-03-17
평점 3.82/5 총 1537 개의 평점
개발자 Erich Behrens
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://scre.io
도움말 페이지 URL https://support.scre.io
개인정보 보호 정책 페이지 URL https://scre.io/privacy-browser-extension
지원되는 언어 id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "3.3.0",
    "minimum_chrome_version": "70",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'",
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "background": {
        "scripts": [
            ".\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/128.png"
    },
    "options_page": "index.html#\/settings",
    "permissions": [
        "desktopCapture"
    ],
    "offline_enabled": true
}