Screenshot & Screen Recorder

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

Wat is Screenshot & Screen Recorder?

Screenshot & Screen Recorder is een Chrome-extensie ontwikkeld door https://screenweb.net, en de belangrijkste functie is "Screen recorder and screen capture, screenshot tool to record screen. Edit, drop comments and share. Take screenshot".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Screenshot & Screen Recorder

Download Screenshot & Screen Recorder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Screenshot & Screen Recorder Screenshot & Screen Recorder
ID okkffdhbfplmbjblhgapnchjinanmnij
Officiële URL https://chromewebstore.google.com/detail/screenshot-screen-recorde/okkffdhbfplmbjblhgapnchjinanmnij
Beschrijving Screen recorder and screen capture, screenshot tool to record screen. Edit, drop comments and share. Take screenshot
Bestandsgrootte 1.75 MB
Aantal Installaties 1,447,655
Huidige Versie 1.0.6
Laatst Bijgewerkt 2023-11-01
Publicatiedatum 2021-10-12
Beoordeling 4.60/5 Totaal 841 Beoordelingen
Ontwikkelaar https://screenweb.net
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://screenweb.net/
URL van de Privacybeleid Pagina https://sites.google.com/view/screen-recorders/privacy-policy
Ondersteunde Talen 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';"
}