Screen Recorder & Editor for Chrome

An effective tool for high quality video record from active tab, desktop or webcam with the ability to edit.

What is Screen Recorder & Editor for Chrome?

Screen Recorder & Editor for Chrome is a Chrome extension developed by https://search.screen-rec.com, and its main feature is "An effective tool for high quality video record from active tab, desktop or webcam with the ability to edit.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Screen Recorder & Editor for Chrome Extension CRX File

Download Screen Recorder & Editor for Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Screen Recorder & Editor is a stable, high-quality video recorder for Chrome browser that helps you record smooth & clear screen videos.

In this user-friendly extension, you can use the excellent video editing features to make the beautiful Full HD videos, help you capturing best moments! 

You just need to add the extension to the Chrome and choose a record option to start capturing. Once you installed the extension to your Chrome, you can record anything as you want.

No matter a product demo, design explanation, or an online course. Cut down on the back-and-forth emails and make your communication better.

Video record:
ᐅ Browser active tab, desktop or webcam capture
ᐅ Record screencasts with embedded webcam and microphone.
ᐅ Embed webcam into your recordings
ᐅ No log in required.
ᐅ Full HD resolution
ᐅ Provide annotation tools for customizing and enhancing 
ᐅ No recording data leave your computer - everything happens locally.

Edit:
ᐅ Cut video into many pieces and delete or rearrange video cuts.
ᐅ Undo and redo edits.
ᐅ Crop video to selected location.
ᐅ Merge videos together.

Share:
ᐅ Share to Google Classroom
ᐅ Publish directly to your YouTube channel
ᐅ Videos autosave to Google Drive
ᐅ Copy shareable to Google Drive
ᐅ Save to PC

Use the our extension to better and faster express your thoughts to friends and colleagues.

Help us make this product better - inform detailed bugs and feature requests in the Support section or email.                    

Extension Basic Information

Name Screen Recorder & Editor for Chrome Screen Recorder & Editor for Chrome
ID lhannfkhjdhmibllojbbdjdbpegidojj
Official URL https://chromewebstore.google.com/detail/screen-recorder-editor-fo/lhannfkhjdhmibllojbbdjdbpegidojj
Description An effective tool for high quality video record from active tab, desktop or webcam with the ability to edit.
File Size 1.28 MB
Installation Count 449,362
Current Version 1.4.1
Last Updated 2022-09-14
Publish Date 2021-07-05
Rating 4.28/5 Total 409 Ratings
Developer https://search.screen-rec.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://sites.google.com/view/screenvideo/privacy-policy
Supported Languages id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extention_name__",
    "default_locale": "en",
    "description": "__MSG_extention_description__",
    "version": "1.4.1",
    "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": [
            "js\/bg.js"
        ]
    },
    "browser_action": {
        "default_title": "__MSG_extention_name__",
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "img\/icon_16.png",
            "24": "img\/icon_24.png",
            "32": "img\/icon_32.png"
        }
    },
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "img\/*.svg",
        "html\/permissions.html",
        "html\/webCamera.html"
    ],
    "minimum_chrome_version": "49"
}