Camera Ready - Record great product demos

Record great product demos.

Camera Ready - Record great product demos란 무엇입니까?

Camera Ready - Record great product demos은(는) https://cameraready.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Record great product demos."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Camera Ready - Record great product demos 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Camera Ready is a different type of screen recorder for Google Chrome. It makes it easy to create beautiful recordings that you'll feel proud to share with your followers. Here's how it works:

1️⃣ You attach effects to elements in the page you're recording, and decide how they should be triggered.

2️⃣ You begin recording. The effects will trigger as you interact with the elements on the page.

3️⃣ You apply the finishing touches to your recording, and download the video, ready to be shared everywhere.

Features:

✔️ One effect available (zoom & pan), and more coming soon.
✔️ One trigger available (click on element) and more coming soon.
✔️ Automatically resize your screen to common video resolutions.
✔️ Trim your recording.
✔️ Export video in WEBM format.
✔️ Works offline. Your recordings never leave your computer.                    

확장 프로그램 기본 정보

이름 Camera Ready - Record great product demos Camera Ready - Record great product demos
ID dndinoicempdeakeicbicchkopgopaik
공식 URL https://chromewebstore.google.com/detail/camera-ready-record-great/dndinoicempdeakeicbicchkopgopaik
설명 Record great product demos.
파일 크기 313 KB
설치 횟수 147
현재 버전 0.1.2
최근 업데이트 2022-03-28
출시 날짜 2022-03-21
평점 4.00/5 총 4 개의 평점
개발자 https://cameraready.app
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://cameraready.app
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Camera Ready - Record great product demos",
    "description": "Record great product demos.",
    "version": "0.1.2",
    "manifest_version": 3,
    "permissions": [
        "tabCapture",
        "storage",
        "downloads"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "css\/camera-ready.css"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo-16.png",
            "32": "\/images\/logo-32.png",
            "48": "\/images\/logo-48.png",
            "128": "\/images\/logo-128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo-16.png",
        "32": "\/images\/logo-32.png",
        "48": "\/images\/logo-48.png",
        "128": "\/images\/logo-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*",
                "images\/*",
                "css\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}