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によって開発されたChromeの拡張機能で、その主な機能は「Record screen, website and webcam to a video - free, quick and easy.」です。

拡張機能のスクリーンショット

screenshot

Reelia - Screen Recorder & Editor拡張機能のCRXファイルをダウンロード

Reelia - Screen Recorder & Editor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
}