REC – high quality screen video Recorder

Free Simple tool for high quality video capturing from Tab, Area of the page and full Screen, with Mic, Webcam and System audio

REC – high quality screen video Recorder란 무엇입니까?

REC – high quality screen video Recorder은(는) https://rec-extension.web.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free Simple tool for high quality video capturing from Tab, Area of the page and full Screen, with Mic, Webcam and System audio"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

REC – high quality screen video Recorder 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        📹Free Simple tool for high quality video recording

✨🌟Unlimited and free! 🌟✨
4K quality Screen video capture

     → Record Tab or Tab Area
     → Record the full Screen with 4K quality (all windows on your desktop)
        + add Voice
        + add Sound
        + add Webcam
         (choose Picture in Picture mode to record Screen with cam) 
    ⬇ Download your videos instantly!

🚀Help us to grow up!  Give your review!

🙂Yes, we really want to know your opinion! 
📝[email protected]



Release Notes:

0.3.6
- sign up added. We want to interact with you more!

0.3.5
- best quality of the video
- capture area with system sound
- user now can enable/disable system sound

0.3.1
- screen recording added
- tab/screen system audio recording added

0.2.1
- webcam recording added (it will be shown at the right bottom corner of the video)

0.2.0
- voice (mic) recording added

0.1.3:
- design improvements                    

확장 프로그램 기본 정보

이름 REC – high quality screen video Recorder REC – high quality screen video Recorder
ID hffgmamoeadcoibgfoabbnnmlcpjoonj
공식 URL https://chromewebstore.google.com/detail/rec-%E2%80%93-high-quality-screen/hffgmamoeadcoibgfoabbnnmlcpjoonj
설명 Free Simple tool for high quality video capturing from Tab, Area of the page and full Screen, with Mic, Webcam and System audio
파일 크기 203 KB
설치 횟수 14,422
현재 버전 toolbar
최근 업데이트 2022-10-09
출시 날짜 2019-12-11
평점 3.56/5 총 66 개의 평점
개발자 https://rec-extension.web.app
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://rec-extension.web.app
개인정보 보호 정책 페이지 URL https://rec-extension.web.app/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "REC \u2013 high quality screen video Recorder",
    "description": "Free Simple tool for high quality video capturing from Tab, Area of the page and full Screen, with Mic, Webcam and System audio",
    "version": "0.4.1",
    "version_name": "toolbar",
    "offline_enabled": true,
    "icons": {
        "16": "assets\/badges\/icon-rec.png",
        "48": "assets\/badges\/icon-rec-48x48.png",
        "128": "assets\/badges\/icon-rec-128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/badges\/icon-rec.png",
            "48": "assets\/badges\/icon-rec-48x48.png",
            "128": "assets\/badges\/icon-rec-128x128.png"
        },
        "default_title": "REC",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "assets\/css\/content.css"
            ],
            "js": [
                "assets\/js\/browser-polyfill.min.js",
                "assets\/js\/content.js"
            ]
        }
    ],
    "commands": {
        "toggle_rec_area": {
            "suggested_key": {
                "default": "Ctrl+Shift+7",
                "mac": "Command+Shift+7"
            },
            "description": "Start\/stop capture Area"
        },
        "toggle_rec_screen": {
            "suggested_key": {
                "default": "Ctrl+Shift+6",
                "mac": "Command+Shift+6"
            },
            "description": "Start\/stop capture Screen",
            "global": true
        }
    },
    "web_accessible_resources": [
        "assets\/*",
        "camera.iframe.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/*.gstatic.com https:\/\/www.googletagmanager.com https:\/\/apis.google.com\/; object-src 'self'",
    "permissions": [
        "storage",
        "activeTab",
        "tabCapture",
        "tabs",
        "notifications"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2\/0oLeHJM8EootqQN0ET2LylEh921vylmm4BH8ZHhMP1ih8bdtePFy3wnmnBKOHO6UWiOxhv2Vc+TYxbsvsEmIlotNppqiFioCf238sfAGREH4yvstf7JjFdyXdAzY\/F\/VNmXC7iyBTbpiz9cdRs76ki6zn\/rP7QNKP0cFOisU+d0rV8YFlK8WWWwNet9L+bLMxjZN4IzME5QM\/+FbxwFAVvbvDU8Nl64DnAlWiOED\/i8H8L+ldJhdiiFYsBZqVjVLCiOncYuHP\/n+HkuY5umvz5TbWDgNed4yQcm71nzlVJr+pyVIq8HghLMsA1uDWqwtJnbtfyguvr9ZpoXq0lHwIDAQAB"
}