Screenly : Screenshot & Screen Video Recorder

Record videos and take screnshots from your screen.

Screenly : Screenshot & Screen Video Recorder क्या है?

Screenly : Screenshot & Screen Video Recorder Screen Grabber द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Record videos and take screnshots from your screen."।

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

screenshot
screenshot
screenshot

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

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

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

                        🎥 Record
    ▸ Record your Desktop, current Tab or Camera only
    ▸ Include your voice in recording with Microphone option on
    ▸ Include your face in your video by embedding your webcam
    ▸ Choose video dimensions from 720p, 1080p or 4K
    ▸ Add drawing tool while tab recording

📷 Screen Capture
    ▸ Capture a screenshot of the page you visit, full page, selected area or visible part
    ▸ Capture a screenshot of your entire screen or a specific application window
    ▸ Capture visible part, entire screen or app window after delay                    

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

नाम Screenly : Screenshot & Screen Video Recorder Screenly : Screenshot & Screen Video Recorder
ID mjjhadigpbeaeddpdiongfakjaemflgl
आधिकारिक URL https://chromewebstore.google.com/detail/screenly-screenshot-scree/mjjhadigpbeaeddpdiongfakjaemflgl
विवरण Record videos and take screnshots from your screen.
फ़ाइल का आकार 626 KB
स्थापना संख्या 649
वर्तमान संस्करण 2.1.0
अंतिम अपडेट 2024-02-23
प्रकाशन तिथि 2022-02-14
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Screen Grabber
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screenly : Screenshot & Screen Video Recorder",
    "version": "2.1.0",
    "manifest_version": 3,
    "description": "Record videos and take screnshots from your screen.",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_icon": "images\/icon-128.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+E"
            }
        },
        "pauseResumeRecording": {
            "description": "Pause\/Resume Recording",
            "suggested_key": {
                "default": "Alt+Shift+R"
            }
        },
        "startProcess": {
            "description": "Start Recording",
            "suggested_key": {
                "default": "Alt+Shift+S"
            }
        },
        "stopScreening": {
            "description": "Stop Recording",
            "suggested_key": {
                "default": "Alt+Shift+Q"
            }
        }
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "vendor\/jquery.min.js",
                "js\/main.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "recorder.html",
                "templates\/*",
                "css\/*",
                "fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "options_page": "options.html?settings",
    "permissions": [
        "activeTab",
        "desktopCapture",
        "tabCapture",
        "storage",
        "commands",
        "unlimitedStorage",
        "downloads",
        "offscreen"
    ],
    "host_permissions": [
        ""
    ]
}