Screenshot & Screen Video Record by Screeny

The #1 Screen Recorder and Screenshot tool! Full page screen capture and video record of your screen.

Screenshot & Screen Video Record by Screeny क्या है?

Screenshot & Screen Video Record by Screeny https://getscreeny.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The #1 Screen Recorder and Screenshot tool! Full page screen capture and video record of your screen."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        This is an easy tool for taking screenshots and recording videos from your screen. It can do about anything you want a screen recording and screen capture app to do. Capture screen in various ways, with editing functionality, and can also capture full videos.

SCREENSHOT

Take a FULL webpage screenshot or capture a selected area or visible part. Then, edit and save it to PDF/JPEG/PNG, upload to google drive, clipboard or share by link.

Perform screen capture. Save screenshots to PDF or images. Instant screenshots are stored locally and produce no traffic. The screenshot tool can work offline.

✓ Save to disk as PDF, PNG, and JPEG.
✓ Capture only the visible part of the web page or just a selection.
✓ Send to Google Drive.
✓ Copy to clipboard.
✓  Resize or crop to the size you need.
✓ Annotate with rectangles, circles, arrows, lines, etc.
✓ Add text, and change the font and size.
✓ Highlight essential parts.

SCREEN RECORDER

Record your screen and instantly get a link to share with anyone. It’s the fastest and easiest way to screen capture and stay connected with your team. Whether you’re screen recording a product demo, giving feedback, or simply sharing your thoughts, the screen recorder makes it simple to stay in the loop with async video. 

✓ Record video on your desktop, current tab or camera to make a screencast.
✓ Include your face in your screen video recording by embedding your webcam.
✓ Include your voice in the screencast with a microphone option
✓ Save recordings to the local disk.
✓ Save recordings to your Google Drive.
✓ Download uploaded videos in WebM or MP4 format.
✓ Instantly get a shareable link to a video after finishing recording.

As you can see, there are a ton of different options available for you out there. If you want to capture your screen, be it as a screenshot or recording, then this Chrome extension can help you.                    

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

नाम Screenshot & Screen Video Record by Screeny Screenshot & Screen Video Record by Screeny
ID djekgpcemgcnfkjldcclcpcjhemofcib
आधिकारिक URL https://chromewebstore.google.com/detail/screenshot-screen-video-r/djekgpcemgcnfkjldcclcpcjhemofcib
विवरण The #1 Screen Recorder and Screenshot tool! Full page screen capture and video record of your screen.
फ़ाइल का आकार 6.38 MB
स्थापना संख्या 2,157,334
वर्तमान संस्करण 1.0.9
अंतिम अपडेट 2023-09-14
प्रकाशन तिथि 2022-01-22
रेटिंग 4.80/5 कुल 1279 रेटिंग्स
डेवलपर https://getscreeny.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://getscreeny.com/
गोपनीयता नीति पृष्ठ URL https://getscreeny.com?p=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,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",
    "version": "1.0.9",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "128": "\/images\/128.png",
        "64": "\/images\/64.png",
        "32": "\/images\/32.png"
    },
    "action": {
        "default_title": "Screenshot-master",
        "default_icon": {
            "128": "\/images\/128.png"
        },
        "default_popup": "\/popup.html"
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "permissions": [
        "tabs",
        "",
        "activeTab",
        "storage",
        "unlimitedStorage",
        "alarms",
        "desktopCapture",
        "identity"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "\/js\/content.js"
            ],
            "css": [
                "\/static\/css\/content.css"
            ]
        }
    ],
    "commands": {
        "visible_area_capture": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "Capture visible area"
        },
        "stop_record": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            },
            "description": "Stop record"
        },
        "all_page_capture": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "Capture all page"
        },
        "start_record": {
            "suggested_key": {
                "default": "Ctrl+Shift+V",
                "mac": "Command+Shift+V"
            },
            "description": "Start record"
        }
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "index.html"
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwH8Bfr4OxN9UBGmHgPsBqMHZDhYbYpoDP9FPLAL6mwAyzbkytoiELodLOmKQF\/3uyGjc17RflUf9U63OF3\/eSGG0CQWqW2MKoB4vC+3KUVUGmUe4iK\/9deIfhS4EeqYbL9eVM9njTvvcUQVou\/5zelW1r6f7XHSkOZO2Dsqfpdui\/cDL0wNm5mUsNKiJ3BY991cxYzNX9eKONWuUxqo5\/3NUqIYGmPyRm6gCWuSq+7sa9tWZ3SjVmgQ6QjT8w76ZKt\/h+YtLiCkWGBFAVqp3fNQkyRWIgQxuG5zCsLvzVEr6WxdpBC4Lozg60j8pVNtGfyCnzlh9\/CPuFmDzLyWCHQIDAQAB",
    "oauth2": {
        "client_id": "423679335635-so4t3m06nfuf9llbsk07q3bv72gpegde.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ],
        "client_secret": "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"
    },
    "offline_enabled": true,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}