Reelia - Screen Recorder & Editor

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

Reelia - Screen Recorder & Editor là gì?

Reelia - Screen Recorder & Editor là một tiện ích mở rộng Chrome được phát triển bởi https://leolime.com, và tính năng chính của nó là "Record screen, website and webcam to a video - free, quick and easy.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Reelia - Screen Recorder & Editor

Tải xuống các tệp mở rộng Reelia - Screen Recorder & Editor 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

                        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.                    

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

Tên Reelia - Screen Recorder & Editor Reelia - Screen Recorder & Editor
ID ajhidbbpmnhjjffefekncbdbeopghnnn
URL Chính Thức https://chromewebstore.google.com/detail/reelia-screen-recorder-ed/ajhidbbpmnhjjffefekncbdbeopghnnn
Mô tả Record screen, website and webcam to a video - free, quick and easy.
Kích Thước Tệp 1.3 MB
Số Lần Cài Đặt 8,265
Phiên Bản Hiện Tại 0.0.12
Cập Nhật Lần Cuối 2022-05-07
Ngày Phát Hành 2020-11-04
Đánh Giá 4.74/5 Tổng số 145 Đánh Giá
Nhà Phát Triển https://leolime.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/1nRwylTnUtAHl0rEvWytJNHfBotJ0WvcDa6_BKfwAkMM
Ngôn Ngữ Được Hỗ Trợ 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"
}