Screen Recorder

Capture screen recordings and save them to video files.

Screen Recorder क्या है?

Screen Recorder robert.ryan.miller द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Capture screen recordings and save them to video files."।

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

screenshot

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

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

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

                        Easily record your screen and save recordings locally as .webm files.                    

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

नाम Screen Recorder Screen Recorder
ID mpffdnlgeecobhimcaepepbcmlgioiph
आधिकारिक URL https://chromewebstore.google.com/detail/screen-recorder/mpffdnlgeecobhimcaepepbcmlgioiph
विवरण Capture screen recordings and save them to video files.
फ़ाइल का आकार 16.96 KB
स्थापना संख्या 324
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2022-06-07
प्रकाशन तिथि 2020-09-29
रेटिंग 2.00/5 कुल 1 रेटिंग्स
डेवलपर robert.ryan.miller
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.robotmiller.com/recorder/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screen Recorder",
    "version": "1.0.2",
    "description": "Capture screen recordings and save them to video files.",
    "permissions": [],
    "background": {
        "scripts": [
            "draw-icon.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": "circle-icon-32.png"
        }
    },
    "icons": {
        "16": "circle-icon-16.png",
        "48": "circle-icon-48.png",
        "128": "circle-icon-128.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "manifest_version": 2
}