Screenshot & Screen Recorder w/ Webcam-Droplr

The Easiest All-In-One Screenshot & Screen Recorder

Was ist Screenshot & Screen Recorder w/ Webcam-Droplr?

Screenshot & Screen Recorder w/ Webcam-Droplr ist eine Chrome-Erweiterung, die von https://droplr.com entwickelt wurde, und ihr Hauptmerkmal ist "The Easiest All-In-One Screenshot & Screen Recorder".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Screenshot & Screen Recorder w/ Webcam-Droplr-Erweiterungs-CRX-Datei herunterladen

Laden Sie Screenshot & Screen Recorder w/ Webcam-Droplr-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Capture screenshots and screen recordings instantly: it's saved to the cloud with a link you can share with anyone, anywhere.

Simple and easy to use.

Screenshots: 
Capture part of your screen, the entire screen, or the full webpage: then mark it up.

Screen recorder:
Screen record with audio and optional webcam as a GIF or HD video.

Features: 
* Your screenshot or screen recording automatically saves to the cloud with a link saved to your clipboard.
Paste it and share it with anyone, anywhere like email or Slack. 
Or download your screenshot as a PNG or screen recording as a WebM right to your device.

* Annotate by adding text or color highlight.
Use the image editor to add shapes like lines, circles, arrows, and boxes.
Have fun with over 30 emojis to add to your screenshots 😀👌💯🎉

* All your screenshots and screen recording are saved to your personal Droplr cloud account, so you can access them anytime.

Add our top-rated Chrome app; used by 5 million people to share billions of screenshots and screen recordings.                    

Grundlegende Informationen zur Erweiterung

Name Screenshot & Screen Recorder w/ Webcam-Droplr Screenshot & Screen Recorder w/ Webcam-Droplr
ID oncaapliomaamlbopdmhmdompfemljhm
Offizielle URL https://chromewebstore.google.com/detail/screenshot-screen-recorde/oncaapliomaamlbopdmhmdompfemljhm
Beschreibung The Easiest All-In-One Screenshot & Screen Recorder
Dateigröße 15.81 MB
Installationsanzahl 26,917
Aktuelle Version 4.0.2
Letztes Update 2024-02-22
Veröffentlichungsdatum 2020-06-27
Bewertung 4.01/5 Insgesamt 228 Bewertungen
Entwickler https://droplr.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://droplr.com/privacy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Screenshot & Screen Recorder w\/ Webcam-Droplr",
    "version": "4.0.2",
    "description": "The Easiest All-In-One Screenshot & Screen Recorder",
    "action": {
        "default_popup": "popup\/index.html",
        "default_icon": "public\/icon-48.png"
    },
    "icons": {
        "128": "public\/icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "public\/*",
                "assets\/*",
                "content\/*"
            ],
            "matches": [
                "chrome-extension:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background\/index.js",
        "type": "module"
    },
    "permissions": [
        "desktopCapture",
        "activeTab",
        "webRequest",
        "tabs",
        "activeTab",
        "scripting",
        "storage",
        "notifications",
        "clipboardWrite"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "content\/index.js"
            ],
            "css": [],
            "run_at": "document_start",
            "all_frames": false
        }
    ]
}