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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Record great product demos."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Camera Ready - Record great product demos एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
                ""
            ]
        }
    ]
}