Reelia - Screen Recorder & Editor

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

Qu'est-ce que Reelia - Screen Recorder & Editor ?

Reelia - Screen Recorder & Editor est une extension Chrome développée par https://leolime.com, et sa fonction principale est "Record screen, website and webcam to a video - free, quick and easy.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Reelia - Screen Recorder & Editor

Téléchargez les fichiers d'extension Reelia - Screen Recorder & Editor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Reelia - Screen Recorder & Editor Reelia - Screen Recorder & Editor
ID ajhidbbpmnhjjffefekncbdbeopghnnn
URL Officiel https://chromewebstore.google.com/detail/reelia-screen-recorder-ed/ajhidbbpmnhjjffefekncbdbeopghnnn
Description Record screen, website and webcam to a video - free, quick and easy.
Taille du Fichier 1.3 MB
Nombre d'Installations 8,265
Version Actuelle 0.0.12
Dernière Mise à Jour 2022-05-07
Date de Publication 2020-11-04
Évaluation 4.74/5 Total 145 Évaluations
Développeur https://leolime.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://docs.google.com/document/d/1nRwylTnUtAHl0rEvWytJNHfBotJ0WvcDa6_BKfwAkMM
Langues Prises en Charge 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"
}