Screenshot & Screen Recorder

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

Τι είναι το Screenshot & Screen Recorder;

Το Screenshot & Screen Recorder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://screenweb.net, και η κύρια λειτουργία του είναι "Screen recorder and screen capture, screenshot tool to record screen. Edit, drop comments and share. Take screenshot".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Screenshot & Screen Recorder

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

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

                        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.                    

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

Όνομα Screenshot & Screen Recorder Screenshot & Screen Recorder
ID okkffdhbfplmbjblhgapnchjinanmnij
Επίσημο URL https://chromewebstore.google.com/detail/screenshot-screen-recorde/okkffdhbfplmbjblhgapnchjinanmnij
Περιγραφή Screen recorder and screen capture, screenshot tool to record screen. Edit, drop comments and share. Take screenshot
Μέγεθος Αρχείου 1.75 MB
Αριθμός Εγκαταστάσεων 1,447,655
Τρέχουσα Έκδοση 1.0.6
Τελευταία Ενημέρωση 2023-11-01
Ημερομηνία Δημοσίευσης 2021-10-12
Αξιολόγηση 4.60/5 Συνολικά 841 Αξιολογήσεις
Προγραμματιστής https://screenweb.net
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://screenweb.net/
URL της Σελίδας Πολιτικής Απορρήτου https://sites.google.com/view/screen-recorders/privacy-policy
Υποστηριζόμενες Γλώσσες 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';"
}