Screenshot & Screen Recorder

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

What is Screenshot & Screen Recorder?

Screenshot & Screen Recorder is a Chrome extension developed by https://screenweb.net, and its main feature is "Screen recorder and screen capture, screenshot tool to record screen. Edit, drop comments and share. Take screenshot".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Screenshot & Screen Recorder Extension CRX File

Download Screenshot & Screen Recorder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Screenshot & Screen Recorder Screenshot & Screen Recorder
ID okkffdhbfplmbjblhgapnchjinanmnij
Official URL https://chromewebstore.google.com/detail/screenshot-screen-recorde/okkffdhbfplmbjblhgapnchjinanmnij
Description Screen recorder and screen capture, screenshot tool to record screen. Edit, drop comments and share. Take screenshot
File Size 1.75 MB
Installation Count 1,447,655
Current Version 1.0.6
Last Updated 2023-11-01
Publish Date 2021-10-12
Rating 4.60/5 Total 841 Ratings
Developer https://screenweb.net
Email [email protected]
Payment Type free
Extension Website https://screenweb.net/
Privacy Policy Page URL https://sites.google.com/view/screen-recorders/privacy-policy
Supported Languages 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';"
}