Reelia - Screen Recorder & Editor

Record screen, website and webcam to a video - free, quick and easy.

Reelia - Screen Recorder & Editor क्या है?

Reelia - Screen Recorder & Editor https://leolime.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Record screen, website and webcam to a video - free, quick and easy."।

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

screenshot

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

crx प्रारूप में Reelia - Screen Recorder & Editor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Record screen ✔️ 
View/manage in library ✔️
Edit recording ✔️
Share with friend/colleague ✔️

No sign up required 🤷
Quick and easy 🤔
Free 🤤

What?
• Screen recording 🎥
• Video editing 🖊️

Where?
• Any website 📄 
• Desktop 🖥️
• Webcam 📷

💡 Why Reelia?
• Record your desktop, tab/website and camera/webcam.
• Record a screencast with embedded webcam and microphone.
• Annotate the website while recording.
• Highlight mouse location and clicks to keep watchers engaged.
• Manage recordings in a personal library.
• Edit recordings and videos on your computer.
• No log in required.
• Unlimited recording.
• No watermarks.
• Quality recordings.
• Privacy - everything happens locally and no video leaves your computer.
• Free screen recording and video editing.

🖊️ Edit
• Cut video into many pieces and delete or rearrange video cuts.
• Crop video to selected location.
• Merge videos together.
• Undo and redo edits.
• More coming soon..
• Editor is currently in beta and is not reliable.

🏃🏾 Shortcuts
• Alt + Shift + r: Start/stop recording with default settings.
• Alt + p: Pause/resume recording.
• You may need to configure these in chrome://extensions/shortcuts.
• Shortcuts make recording much easier!

❌ Not supported
• Exporting videos in MP4 is not supported as this format is patented and costs to use.

🎤 If you made it this far tell me what new features you would like next:
• Library to store and manage all recordings - completed ✔️
• Bug fixes and performance improvements - completed ✔️
• More editing features.
• Export recordings as GIF files - completed ✔️
• Sharing support (direct upload to Slack, YouTube, Google Drive, etc)

😊 Help us make this product better - log detailed bugs and feature requests in the Support section.

🤙 Help us out by sharing with friends/family or giving a rating/review.                    

एक्सटेंशन की मूल जानकारी

नाम Reelia - Screen Recorder & Editor Reelia - Screen Recorder & Editor
ID ajhidbbpmnhjjffefekncbdbeopghnnn
आधिकारिक URL https://chromewebstore.google.com/detail/reelia-screen-recorder-ed/ajhidbbpmnhjjffefekncbdbeopghnnn
विवरण Record screen, website and webcam to a video - free, quick and easy.
फ़ाइल का आकार 1.3 MB
स्थापना संख्या 8,265
वर्तमान संस्करण 0.0.12
अंतिम अपडेट 2022-05-07
प्रकाशन तिथि 2020-11-04
रेटिंग 4.74/5 कुल 145 रेटिंग्स
डेवलपर https://leolime.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://docs.google.com/document/d/1nRwylTnUtAHl0rEvWytJNHfBotJ0WvcDa6_BKfwAkMM
समर्थित भाषाएँ en,en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "version": "0.0.12",
    "permissions": [
        "",
        "activeTab",
        "storage",
        "tabCapture",
        "contextMenus",
        "desktopCapture",
        "unlimitedStorage",
        "tabs"
    ],
    "commands": {
        "pause_toggle": {
            "suggested_key": {
                "default": "Alt+P"
            },
            "description": "Pause\/resume recording."
        },
        "record_toggle": {
            "suggested_key": {
                "default": "Alt+Shift+R"
            },
            "description": "Start\/stop recording."
        }
    },
    "background": {
        "persistent": false,
        "scripts": [
            "libs\/Google\/ga.js",
            "dist\/background\/bundle.js"
        ]
    },
    "browser_action": {
        "default_title": "__MSG_extension_name__",
        "default_popup": "layout\/popup.html",
        "default_icon": {
            "16": "images\/ic_16.png",
            "24": "images\/ic_24.png",
            "32": "images\/ic_32.png"
        }
    },
    "icons": {
        "16": "images\/ic_16.png",
        "48": "images\/ic_48.png",
        "128": "images\/ic_128.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "images\/*.svg",
        "layout\/permissions.html",
        "layout\/webcam.html"
    ],
    "content_security_policy": "script-src 'self' 'wasm-eval' https:\/\/*.clarity.ms https:\/\/cdn.paddle.com https:\/\/checkout.paddle.com https:\/\/apis.google.com; object-src 'self",
    "minimum_chrome_version": "49"
}