Screen Recorder & Editor for Chrome

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

Screen Recorder & Editor for Chrome là gì?

Screen Recorder & Editor for Chrome là một tiện ích mở rộng Chrome được phát triển bởi https://search.screen-rec.com, và tính năng chính của nó là "An effective tool for high quality video record from active tab, desktop or webcam with the ability to edit.".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        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.                    

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

Tên Screen Recorder & Editor for Chrome Screen Recorder & Editor for Chrome
ID lhannfkhjdhmibllojbbdjdbpegidojj
URL Chính Thức https://chromewebstore.google.com/detail/screen-recorder-editor-fo/lhannfkhjdhmibllojbbdjdbpegidojj
Mô tả An effective tool for high quality video record from active tab, desktop or webcam with the ability to edit.
Kích Thước Tệp 1.28 MB
Số Lần Cài Đặt 449,362
Phiên Bản Hiện Tại 1.4.1
Cập Nhật Lần Cuối 2022-09-14
Ngày Phát Hành 2021-07-05
Đánh Giá 4.28/5 Tổng số 409 Đánh Giá
Nhà Phát Triển https://search.screen-rec.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/screenvideo/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
}