Screenshot & Screen Recorder

Screen recorder and screen capture, screenshot tool to record screen. Edit, drop comments and share. Take screenshot

Was ist Screenshot & Screen Recorder?

Screenshot & Screen Recorder ist eine Chrome-Erweiterung, die von https://screenweb.net entwickelt wurde, und ihr Hauptmerkmal ist "Screen recorder and screen capture, screenshot tool to record screen. Edit, drop comments and share. Take screenshot".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Screenshot & Screen Recorder-Erweiterungs-CRX-Datei herunterladen

Laden Sie Screenshot & Screen Recorder-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

                        Screenshot and Screen Recorder is an all-in-one platform for all your needs. You don't need multiple extensions to record videos or share screenshots. Just choose what you need now!

Create video tutorials, short online courses or reporting of any technical issues and to build the client video knowledge base with our most powerful video-creation and screenshot tool. Edit, and share professional-looking videos or screen capture instantly with your friends or work team.

Screenshot - All for Free & No sign in needed!

Here are some features for screen recorder and screenshot:

✔️ Screenshot:
     ▸ Whole Page screen capture -  No matter how long the page is, you can turn the page into a picture for easy editing and sharing.
    ▸ Visible Area screen capture - Fast capture the viewable area of the current web page.
   ▸ Selected Area screen capture - Select and capture anything you want.

✔️ Screen Recorder:
    ▸ Capture your browser tab, desktop, and/or your webcam.
    ▸ Convert from WebM to MP4.
    ▸ Include your voice in recording with Microphone option on.
    ▸ Embed your webcam into the screen video recording.  
    ▸ Supports video recording of the current tab with system audio.
    ▸ Record video screen from a webcam by using the screencast recorder webcam feature.
    ▸ Annotate the video recording with various shapes, including arrows and rectangles using the video recorder.

✔️ Voice Recorder
Supports recording system sound, microphone sound, or both. You can choose freely.

✔️ Edit and Share your screen capture or screen video:
  ▸ Publish directly to your YouTube channel with screen recorder.
  ▸ Annotate your screenshot with rectangles, circles, arrows, lines, etc.
  ▸ Add text to your screenshot with or without background color, change text font and font size.
  ▸ Highlight important part on your screenshot or screen video record.
  ▸ Export your result to PNG, JPEG, or various PDF paper sizes—all configurable from the extension’s options.
  ▸ Select a local image or paste a copied image from your clipboard to edit.

Screenshot and Screen recorder also integrates with your everyday video conferencing and collaboration tools. Working from home just got a lot easier with our screen recorder.

If you have any questions, suggestions or feature requests, feel free to submit to our Screeshot team.                    

Grundlegende Informationen zur Erweiterung

Name Screenshot & Screen Recorder Screenshot & Screen Recorder
ID okkffdhbfplmbjblhgapnchjinanmnij
Offizielle URL https://chromewebstore.google.com/detail/screenshot-screen-recorde/okkffdhbfplmbjblhgapnchjinanmnij
Beschreibung Screen recorder and screen capture, screenshot tool to record screen. Edit, drop comments and share. Take screenshot
Dateigröße 1.75 MB
Installationsanzahl 1,447,655
Aktuelle Version 1.0.6
Letztes Update 2023-11-01
Veröffentlichungsdatum 2021-10-12
Bewertung 4.60/5 Insgesamt 841 Bewertungen
Entwickler https://screenweb.net
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://screenweb.net/
URL der Datenschutzrichtlinien-Seite https://sites.google.com/view/screen-recorders/privacy-policy
Unterstützte Sprachen id,ms,de,en,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_default_title__",
    "default_locale": "en",
    "version": "1.0.6",
    "description": "__MSG_description__",
    "background": {
        "page": "background\/background.html"
    },
    "options_page": "options\/options.html",
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_icon": "assets\/logo\/16.png"
    },
    "icons": {
        "16": "assets\/logo\/16.png",
        "48": "assets\/logo\/48.png",
        "128": "assets\/logo\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [],
            "js": [
                "content\/content.bundle.js",
                "shortScreenContent\/shortScreenContent.bundle.js"
            ],
            "all_frames": false
        }
    ],
    "manifest_version": 2,
    "permissions": [
        "downloads",
        "tabs",
        "storage",
        "",
        "tabCapture",
        "webRequest",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "backgroud\/background.js",
        "audiosources\/audiosources.html",
        "audiosources\/audiosources.js"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
}