Screen capture and recorder - Screenshot Tool

Record screen and camera, screenshot, edit, and share via Google Drive

Τι είναι το Screen capture and recorder - Screenshot Tool;

Το Screen capture and recorder - Screenshot Tool είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://capturescreen.net, και η κύρια λειτουργία του είναι "Record screen and camera, screenshot, edit, and share via Google Drive".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Screen capture and recorder - Screenshot Tool

Λήψη αρχείων επέκτασης Screen capture and recorder - Screenshot Tool σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Unveiling a Comprehensive Screen Capture and Screen Recorder Tool

Navigating the world of screenshots and screen recordings just became simpler. This versatile tool is your one-stop solution for all your screen capture and screen recording needs, designed with a vast array of features tailored for today's digital age.

⚡SCREEN CAPTURE FEATURES⚡

⭐ The screenshot function lets you effortlessly capture a full webpage, a designated section, or just the currently visible area.

⭐ After making a screen capture, you can immediately dive into editing, then save in formats like PDF, JPEG, and PNG.

⭐ Quick storage ensures no lag, and the offline mode offers screen capture without any data worries.

❗ Elevate your screenshots with powerful editing tools:
   👉 Easy sharing to Google Drive or through a link.
   👉 Copy your screen captures to your clipboard instantly.
   👉 Resize, crop, and tailor your captures.
   👉 Annotations with various shapes, perfect for highlighting.
   👉 Insert and modify text to convey more with your screenshot.
   👉 Emphasize vital points with the highlight feature.

⚡SCREEN RECORDER FEATURES⚡

⭐ Dive into the seamless world of screen recording with this tool, allowing you to grab videos and get an immediate sharing link, making collaborations a breeze.

⭐ From product walkthroughs to feedback rounds, the screen recorder ensures you stay synced with your team, thanks to the async video feature.

❗ Screen recorder capabilities include:
   👉 Recording your desktop, a particular browser tab, or your camera feed.
   👉 Integrate your reactions into the screen recording by embedding your webcam.
   👉 Add a personal touch with voiceovers via the microphone option.
   👉 Store your recordings either locally or on Google Drive.
   👉 Choice of WebM or MP4 download formats.
   👉 Instant sharing links after each recording session.

In sum, for those seeking a robust screenshot, and screen recorder tool, this Chrome extension is the answer, housing a myriad of options for all your capturing and recording desires.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Screen capture and recorder - Screenshot Tool Screen capture and recorder - Screenshot Tool
ID mmhpmbmabmppoeonpcclfiobhpjdcdjc
Επίσημο URL https://chromewebstore.google.com/detail/screen-capture-and-record/mmhpmbmabmppoeonpcclfiobhpjdcdjc
Περιγραφή Record screen and camera, screenshot, edit, and share via Google Drive
Μέγεθος Αρχείου 23.78 MB
Αριθμός Εγκαταστάσεων 1,426,931
Τρέχουσα Έκδοση 1.0.8
Τελευταία Ενημέρωση 2024-01-11
Ημερομηνία Δημοσίευσης 2023-08-21
Αξιολόγηση 4.86/5 Συνολικά 1667 Αξιολογήσεις
Προγραμματιστής https://capturescreen.net
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://capturescreen.net/
Διεύθυνση URL της Σελίδας Βοήθειας https://chrome.google.com/webstore/detail/capturecast-snap-record/mmhpmbmabmppoeonpcclfiobhpjdcdjc
URL της Σελίδας Πολιτικής Απορρήτου https://capturescreen.net
Υποστηριζόμενες Γλώσσες 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.8",
    "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",
                "static\/media\/*.gif",
                "static\/media\/*.ttf"
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAi4tDlWXxUgSdLPO7223gmXCl14uJdOwONJ0ZcmLQh\/Yz5D0IG+HqTiXGgCUYRTTg2\/6Mu7kBmXEoVrpvlH2yTI6c8qmzw0j130oQx\/JspzDBOr0G+LSCLtuoIxXg+dqBtPYFId1t4sKyezWdp944sHIjAhg9P7IOoKC5y8tK4xbLAg+938\/Szkc+dc8OLUshD1WVagCirDOIs1n6KawJDEfE9bsU9RwDplUjMU6JD+rDeaRQ2Bc9M+tGm29upjt2t0qbFq0KseN4u7txJuG7\/q5a1zRIlg4eJFCyU3C1srj5HQPXQUdFAVYPXZJRkea\/0wi0hgkLapir2AAQE3Q2MQIDAQAB",
    "oauth2": {
        "client_id": "611183891591-u422itolvuraq3ib51469tualv3cbo6u.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'"
    }
}