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;

Το Screen Recorder & Editor for Chrome είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://search.screen-rec.com, και η κύρια λειτουργία του είναι "An effective tool for high quality video record from active tab, desktop or webcam with the ability to edit.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Screen Recorder & Editor for Chrome

Λήψη αρχείων επέκτασης Screen Recorder & Editor for Chrome σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Screen Recorder & Editor for Chrome Screen Recorder & Editor for Chrome
ID lhannfkhjdhmibllojbbdjdbpegidojj
Επίσημο URL https://chromewebstore.google.com/detail/screen-recorder-editor-fo/lhannfkhjdhmibllojbbdjdbpegidojj
Περιγραφή An effective tool for high quality video record from active tab, desktop or webcam with the ability to edit.
Μέγεθος Αρχείου 1.28 MB
Αριθμός Εγκαταστάσεων 449,362
Τρέχουσα Έκδοση 1.4.1
Τελευταία Ενημέρωση 2022-09-14
Ημερομηνία Δημοσίευσης 2021-07-05
Αξιολόγηση 4.28/5 Συνολικά 409 Αξιολογήσεις
Προγραμματιστής https://search.screen-rec.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://sites.google.com/view/screenvideo/privacy-policy
Υποστηριζόμενες Γλώσσες 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"
}