Camera Ready - Record great product demos

Record great product demos.

Camera Ready - Record great product demos là gì?

Camera Ready - Record great product demos là một tiện ích mở rộng Chrome được phát triển bởi https://cameraready.app, và tính năng chính của nó là "Record great product demos.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Camera Ready - Record great product demos

Tải xuống các tệp mở rộng Camera Ready - Record great product demos dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Camera Ready - Record great product demos Camera Ready - Record great product demos
ID dndinoicempdeakeicbicchkopgopaik
URL Chính Thức https://chromewebstore.google.com/detail/camera-ready-record-great/dndinoicempdeakeicbicchkopgopaik
Mô tả Record great product demos.
Kích Thước Tệp 313 KB
Số Lần Cài Đặt 147
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2022-03-28
Ngày Phát Hành 2022-03-21
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://cameraready.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://cameraready.app
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}