Online Screen Recorder

This extension provides you with a free, fast, and straightforward way to record your screen.

Online Screen Recorder क्या है?

Online Screen Recorder Andreas Zettl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension provides you with a free, fast, and straightforward way to record your screen."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

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

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

                        This extension provides you with a free, fast, and straightforward way to record your screen. No other software required, no data is collected, stored or shared by this extension!

Before you start capturing your screen, you can decide on the chunk size. Additionally, to the full recording, you will get single videos with the chosen chunk size.

Recording
Once you click on "START CAPTURE" a dialog will open, which lets you choose what you want to record. The choices are the entire screen, an application window, or a browser tab.

Download
Once you are have finished, you can download the complete recording or any chunk as WebM or GIF file. The WebM version is instantly available. The GIF needs some rendering time, depending on the length of the record.

If you have trouble playing the WebM file try the free multimedia player VLC. Many other websites like YouTube support direct upload of WebM files.

Share
To share your recording, you will need to download it as this extension is not storing any data.                    

एक्सटेंशन की मूल जानकारी

नाम Online Screen Recorder Online Screen Recorder
ID oefbkonfoliaiooajimghnfccgblmddc
आधिकारिक URL https://chrome.google.com/webstore/detail/online-screen-recorder/oefbkonfoliaiooajimghnfccgblmddc
विवरण This extension provides you with a free, fast, and straightforward way to record your screen.
फ़ाइल का आकार 861 KB
स्थापना संख्या 5,000
वर्तमान संस्करण 1.0
अंतिम अपडेट 2021-02-05
प्रकाशन तिथि 2020-07-03
रेटिंग 4.25/5 कुल 16 रेटिंग्स
डेवलपर Andreas Zettl
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.screenrecorder.online/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Online Screen Recorder",
    "description": "This extension provides you with a free, fast, and straightforward way to record your screen.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "assets\/img\/favicon-16x16.png",
        "32": "assets\/img\/favicon-32x32.png",
        "192": "assets\/img\/android-chrome-192x192.png",
        "512": "assets\/img\/android-chrome-512x512.png"
    },
    "manifest_version": 2
}