Screen Recorder & Editor for Chrome

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

Cos'è Screen Recorder & Editor for Chrome?

Screen Recorder & Editor for Chrome è un'estensione di Chrome sviluppata da https://search.screen-rec.com, e la sua funzione principale è "An effective tool for high quality video record from active tab, desktop or webcam with the ability to edit.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Screen Recorder & Editor for Chrome

Scarica i file di estensione Screen Recorder & Editor for Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Screen Recorder & Editor for Chrome Screen Recorder & Editor for Chrome
ID lhannfkhjdhmibllojbbdjdbpegidojj
URL Ufficiale https://chromewebstore.google.com/detail/screen-recorder-editor-fo/lhannfkhjdhmibllojbbdjdbpegidojj
Descrizione An effective tool for high quality video record from active tab, desktop or webcam with the ability to edit.
Dimensione del File 1.28 MB
Conteggio Installazioni 449,362
Versione Corrente 1.4.1
Ultimo Aggiornamento 2022-09-14
Data di Pubblicazione 2021-07-05
Valutazione 4.28/5 Totale 409 Valutazioni
Sviluppatore https://search.screen-rec.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://sites.google.com/view/screenvideo/privacy-policy
Lingue Supportate 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"
}