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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Screen Recorder & Editor for Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}