Reelia - Screen Recorder & Editor

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

O que é Reelia - Screen Recorder & Editor?

Reelia - Screen Recorder & Editor é uma extensão do Chrome desenvolvida por https://leolime.com, e sua principal característica é "Record screen, website and webcam to a video - free, quick and easy.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Reelia - Screen Recorder & Editor

Baixe arquivos de extensão Reelia - Screen Recorder & Editor no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Reelia - Screen Recorder & Editor Reelia - Screen Recorder & Editor
ID ajhidbbpmnhjjffefekncbdbeopghnnn
URL Oficial https://chromewebstore.google.com/detail/reelia-screen-recorder-ed/ajhidbbpmnhjjffefekncbdbeopghnnn
Descrição Record screen, website and webcam to a video - free, quick and easy.
Tamanho do Arquivo 1.3 MB
Contagem de Instalações 8,265
Versão Atual 0.0.12
Última Atualização 2022-05-07
Data de Publicação 2020-11-04
Classificação 4.74/5 Total de 145 Avaliações
Desenvolvedor https://leolime.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://docs.google.com/document/d/1nRwylTnUtAHl0rEvWytJNHfBotJ0WvcDa6_BKfwAkMM
Idiomas Suportados 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"
}