RecordBro - Screen Recorder & Annotation Tool

The most powerful screen recorder for Chrome. Capture, annotate, edit, and more.

RecordBro - Screen Recorder & Annotation Tool란 무엇입니까?

RecordBro - Screen Recorder & Annotation Tool은(는) TechieBros에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The most powerful screen recorder for Chrome. Capture, annotate, edit, and more."입니다.

확장 프로그램 스크린샷

screenshot

RecordBro - Screen Recorder & Annotation Tool 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Introducing RecordBro: The Ultimate Chrome Screen Recorder
Experience the unmatched power of our Chrome screen recorder, built on the foundation of Open Source inspiration. Capture, annotate, edit, and unleash a world of possibilities.

Unlock a new level of screen recording and annotation with RecordBro. Enhance your work, education, and beyond by providing contextual feedback, delivering detailed explanations to your students, or showcasing your product to prospective customers. Elevate your recordings like never before.

Enhanced Features for Unparalleled Recording Experience:
🎥 Unlimited Recording Possibilities: Capture your tab, desktop, any application, and even your camera effortlessly and without limitations.

✏️ Seamless Annotation Tools: Annotate your recordings with ease by drawing anywhere on the screen, adding text, and creating arrows for enhanced clarity.

👀 Click Highlighting and Mouse Control: Emphasize your clicks, draw focus to your mouse movements, or discreetly hide the cursor during recordings.

🎙️ Advanced Audio Controls: Take charge of your audio with individual microphone and computer audio controls. Utilize push-to-talk functionality and more for optimal sound recording.

⚙️ Tailored Customization Options: Personalize your recording experience with custom countdowns, show controls only on hover, and a multitude of other customization choices.

💾 Versatile Exporting Options: Export your recordings as mp4, gif, and webm formats, or effortlessly save them directly to your Google Drive for seamless accessibility.

✂️ Efficient Editing Capabilities: Trim or remove specific sections of your recordings, ensuring precise and polished final results.

...and much more - all completely free with no sign-in required!

Experience the pinnacle of screen recording technology with our feature-rich RoboticsBro tool.                    

확장 프로그램 기본 정보

이름 RecordBro - Screen Recorder & Annotation Tool RecordBro - Screen Recorder & Annotation Tool
ID giolfdhelhkknfnplanblpbjeaiojikm
공식 URL https://chromewebstore.google.com/detail/recordbro-screen-recorder/giolfdhelhkknfnplanblpbjeaiojikm
설명 The most powerful screen recorder for Chrome. Capture, annotate, edit, and more.
파일 크기 6.12 MB
설치 횟수 501
현재 버전 8.5.0
최근 업데이트 2023-07-08
출시 날짜 2019-01-30
평점 3.79/5 총 14 개의 평점
개발자 TechieBros
이메일 [email protected]
결제 유형 free
지원되는 언어 id,de,en,fr,tr,ca,es,it,pl,pt-BR,pt-PT,ru,hi,ta,zh-CN,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "offline_enabled": true,
    "version": "8.5.0",
    "manifest_version": 2,
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/libraries\/ponyfill.min.js",
            "js\/libraries\/StreamSaver.min.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "oauth2": {
        "client_id": "560517327251-m7n1k3kddknu7s9s4ejvrs1bj91gutd7.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.appdata",
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/extension-icons\/logo-32.png",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "16": "assets\/extension-icons\/logo-16.png",
        "128": "assets\/extension-icons\/logo-128.png",
        "48": "assets\/extension-icons\/logo-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/detect.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' chrome-extension:\/\/kbbdabhdfibnancpjfhlkhafgdilcnji\/js\/libraries\/ffmpeg.js 'unsafe-inline'; object-src 'self'",
    "permissions": [
        "",
        "activeTab",
        "tabCapture",
        "tabs",
        "downloads",
        "storage",
        "identity",
        "https:\/\/www.googleapis.com\/*",
        "downloads.shelf",
        "file:\/\/*"
    ],
    "web_accessible_resources": [
        "html\/camera.html",
        "html\/sources.html",
        "html\/settings.html",
        "js\/content.js",
        "js\/libraries\/ffmpeg.js",
        "css\/content.css",
        "assets\/images\/*",
        "js\/sources.js",
        "js\/cameracontent.js",
        "css\/cameracontent.css",
        "js\/libraries\/plyr.min.js",
        "js\/libraries\/StreamSaver.min.js",
        "css\/libraries\/plyr.min.css",
        "js\/audiosources.js",
        "html\/audiosources.html"
    ],
    "commands": {
        "cancel": {
            "suggested_key": {
                "default": "Alt+C",
                "mac": "Alt+C"
            },
            "description": "__MSG_extCancel__"
        },
        "mute\/unmute": {
            "suggested_key": {
                "default": "Alt+M",
                "mac": "Alt+M"
            },
            "description": "__MSG_extMute__"
        },
        "stop": {
            "suggested_key": {
                "default": "Alt+S",
                "mac": "Alt+S"
            },
            "description": "__MSG_extStop__"
        },
        "pause\/resume": {
            "suggested_key": {
                "default": "Alt+P",
                "mac": "Alt+P"
            },
            "description": "__MSG_extPause__"
        }
    }
}